/*config - geral*/

/*@import url(http://fonts.googleapis.com/css?family=Montserrat);*/


@font-face {
  font-family: 'Dense';
  src: url('font/Dense-Regular.otf');
}
@font-face {
  /*font-family: 'MontSerrat-Bold';*/
  src: url('font/Dense-Regular.otf');
}

*{
  font-family: MontSerrat, Arial;
  /*font-family: "Raleway";*/
}
.margin-auto{
  margin: auto !important;
}

.white{
  color: #fff !important;
}

.title{
  text-align: center;
}

.div-title--supporting-text{
  margin-bottom: 20px;
}
.width-90 {
  width: 90%;
  margin: auto;
}
.width-60 {
  width: 60%;
  margin: auto;
}
.padding-10 {
  padding: 10%;
}
.padding-20{
  padding: 20px;
}

.padding-100{
  padding: 100px;
}

ul li {
  list-style: none;
}

form input[type=text], form textarea{
  font-family: arial !important;
}

.mil-btn:hover {
  background: rgba(35,40,106,0.7);
  color: #fff;

}
.mil-btn{
  background: #23286a;
  color: #fff;
}
/*
.btn{
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #fff;
  transition: .5s;
}*/

.btn{
  padding: 10px;
  border: 3px solid #ccc;  
  border-left: none;
  border-right: none;
  color: #fff;
  transition: .5s;
}


  .btn:hover{
    background: rgba(255,255,255,0.3);
  }

/**/
.div-features{
  margin: auto;
}
.div-feature{
  text-align: center;
  color: #fff !important;
  padding: 10px;  
}
.feature-icon img{
  width: 60px;
}
.feature-title{
  font-size: 20px;
}
.feature-actions{
  margin-top: 20px;
}

/**/
/*sec-title*/

.sec-title-1 {
  text-align: center;
}
.sec-title-1 h1 {
  /*border-bottom: 1px solid #404040;*/
  transition: .5s;
}
.sec-title-1 h1:hover {
  /* border-bottom: px solid #0e334e;*/
}
.sec-title-1 .middle {
  padding-top: 20px;
  text-align: center;
}
.sec-title-2 {
  background: #0e334e;
  color: #fff;
}
.sec-title-2 h1 {
  font-size: 2.0em;
  padding-left: 10%;
}
.sec-title-2 h1 span {
  font-size: 2em;
}

/**/


/*config-gerais*/

a {
  text-decoration: none;
}
img,
figure {
  max-width: 100%;
}
.div-title{
  font-family: "Dense";
  font-size: 8em;
  margin-top: 30px;
  margin-bottom: 40px;
  line-height: 1em;
}
/*fim_config-gerais*/


/*config - mdl*/

.mdl-layout__drawer{
  background: rgba(0, 0, 0, 0.1);
}
.mdl-layout__drawer hr{
  margin: 20px 10px 0px 10px;
  color: rgba(0,0,0,0.5);
}
.mdl-layout__drawer a{
  color: #DEDEDE !important;
}
.mdl-layout__drawer a:hover{
  color: white !important;
  background: none !important;
}

.mdl-layout__drawer-button {
  background: rgba(0, 0, 0, 0.3) !important;
  padding: 20px 5px 0px 5px;
  margin: 0;
}
.mdl-layout__drawer-button:hover {
  background: rgba(0, 0, 0, 0.5) !important;
}
.mdl-layout__drawer,
.mdl-layout__drawer-button,
.mdl-layout__obfuscator {
  position: fixed !important;
}
.mdl-layout__drawer a {
  text-align: center;
}
.mdl-layout__content {
  flex-shrink: 0;
}
.mdl-layout__drawer .mdl-layout-title {
  text-align: center;
  padding-top: 20px;
}
.mdl-layout-title a{
  color: #fff !important;
}
/**/


/*header*/

.header-sec {
  height: auto !important;
  min-height: 200px;
  background: #382C63 !important;
}
.header-sec .div-slogan {
  margin-top: 25px;
}
header {
  height: 100%;
  background: url("../assets/img/background.jpg")top left;
  background-attachment: fixed;
  /*animation: backgroundAnimation 5s linear infinite;*/
}
header nav {
  font-family: MontSerrat-Bold;
}
header nav .mdl-navigation__link {
  transition: .5s;
}
header nav .mdl-navigation__link:hover,
.active {
  background: rgba(0, 0, 0, 0.3);
}
.div-logo {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.div-logo img {
  max-width: 300px;
}
.div-slogan {
  margin-top: 5%;
  text-align: center;
  line-height: 1.25em;
  font-size: 3em;
  color: #fff !important;
}
.div-slogan a:hover {
  border-bottom: 2px solid rgba(0,0,0,0.1);
  transition: 0.5s;
}
.div-slogan a {
  color: #fff !important;
  border-bottom: 2px solid #fff;
}
.div-slogan span {
  font-size: 1em;
}
header .div-features {
  margin-top: 2%;
}
header .div-features .mdl-card {
  text-align: center;
  min-height: 100px !important;
  height: 100px !important;
  transition: .5s;
  padding-bottom: 20px;
  cursor: default;
}
header .div-features .mdl-card__actions {
  transition: .5s;
}
header .div-features .mdl-card__title {
  color: #fff !important;
  margin-top: 10px;
}
header .div-features .card-sistema {
  background: #00974C !important;
}
header .div-features .card-loja {
  background: #E36A5C !important;
}
header .div-features .card-rede {
  background: #5B77E3 !important;
}

/*fim_header*/


/*sec-sobre*/

.sec-sobre .div-features {
  margin: auto;
  text-align: center;
}
.sec-sobre .div-features .mdl-card__text-title {
  margin: auto;
  margin-top: 10px;
  font-size: 1.5em;
}
.sec-sobre .div-features .mdl-card__media {
  margin-bottom: 10px;
  background: none;
}
.sec-sobre .div-features .mdl-card__media {
  height: 120px;
}
.sec-sobre .div-features .mdl-card__actions {
  margin-top: 10px;
}
.sec-sobre .div-features .card-sistema:hover {
  background: #00974C !important;
  /*color: #404040 !important;*/
}
.sec-sobre .div-features .card-loja:hover {
  background: #5B77E3 !important;
  /*color: #404040 !important;*/
}
.sec-sobre .div-features .card-rede:hover {
  background: #E36A5C !important;
}
.sec-sobre .div-features .mdl-card:hover .mdl-card__text-title,
.sec-sobre .div-features .mdl-card:hover .mdl-card__supporting-text {
  color: #fff !important;
}

/**/

.sec-sobre .div-features .card-loja .mdl-card__media {
  background: url('../assets/img/icones/shop.png')top no-repeat;
}
.sec-sobre .div-features .card-rede .mdl-card__media {
  background: url('../assets/img/icones/web.png')top no-repeat;
}
.sec-sobre .div-features .card-sistema .mdl-card__media {
  background: url('../assets/img/icones/desktop.png')top no-repeat;
}
.sec-sobre .div-features .mdl-card .mdl-card__media {
  transition: 1s;
  height: 120px;
}
.sec-sobre .div-features .mdl-card {
  cubic-bezier(0.06,
    0.81,
    0.15,
    1.1) 1s;
  }
  .sec-sobre .div-features .mdl-card:hover .mdl-card__media {
    background-position: bottom;
  }
  .sec-sobre .div-features .mdl-card__media {
    height: 120px;
  }
  .sec-sobre .div-features .mdl-card__media {
    height: 120px;
  }

  /**/


  /*fim_sec-sobre*/


  /*sec-sistemas*/

  .sec-sistemas .mdl-grid,
  .sec-sistemas .mdl-cell {
    margin: 0 !important;
    padding: 0 !important;
  }
  .sec-sistemas .owl-item {}
    .sec-sistemas .owl-item img {
      display: block;
      width: 100%;
      height: auto;
    }

    /*fim_sec-sistemas*/


    /*sec-comentarios*/

    .sec-comentarios {
      margin-top: 50px;
      background: url("../assets/img/bg.jpg");
      height: 300px;
      padding-top: 6%;
      padding-left: 20%;
      padding-right: 20%;
      text-align: center;
    }
    .sec-comentarios {}
      .div-comentario {
        text-align: center;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 20px;
      }
      .div-comentario .com-titulo {
        margin-bottom: 10px;
      }
      .div-comentario .com-img {
        max-width: 200px;
      }
      .div-comentario .com-desc {
        margin-top: 30px;
      }

      /*fim_sec-comentarios*/


      /*sec-blog

      .sec-blog .div-noticia {
      background-position: bottom left;
      cursor: pointer;
      margin-left: 10px;
      margin-top: 10px;
      transition: 0.5s;
    }
    .sec-blog .div-noticia:hover {
    border-radius: 10px;
  }
  .sec-blog .div-noticia:hover .mdl-card__title,
  .sec-blog .div-noticia:hover .mdl-card__supporting-text {
  transition: 1s;
  background: rgba(0, 0, 0, 0.5);
}
.div-noticia .mdl-card__title,
.div-noticia .mdl-card__supporting-text,
.div-noticia .mdl-card__media {
color: #fff !important;
max-height: 80px;
}
.div-noticia .mdl-card__title {
padding-right: 30px;
}

/*fim_sec-blog*/


/*footer*/


footer {
  height: auto;
  color: #fff !important;
  text-align: left;
}
footer .div-footer{
  width: 100%;
  text-align: center;
}
footer span{
  font-family:'Dense';
  font-size: 1.25em;
  letter-spacing: 1px;
}
footer .material-icons{
  font-size: 30px;
}
footer .div-social .social-icon img {
    width: 40px;
    height: 40px;
}
footer .menu, .horizontal-list {
    display: inline-flex;
    margin: auto;
}
.div-copyright{
  display: table;
  height: 100px;
}

.div-copyright span{
  display: table-cell;
  vertical-align: bottom;
}

.facebook{
  background: #305891;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  width: 20px;
  margin: auto;
}

/*fim_footer*/


/*auto-type-animation*/

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*fim_auto-type animation*/


/*background-animation*/

@keyframes backgroundAnimation {
  0% {
    background-position: 0 100%;
  }
  50% {
    background-position: 20 90%;
  }
  100% {
    background-position: 0 100%;
  }
}
@-webkit-keyframes backgroundAnimation {
  0% {
    background-position: 0 100%;
  }
  50% {
    background-position: 20 90%;
  }
  100% {
    background-position: 0 100%;
  }
}
@-moz-keyframes backgroundAnimation {
  0% {
    background-position: 0 100%;
  }
  50% {
    background-position: 20 90%;
  }
  100% {
    background-position: 0 100%;
  }
}

.align-center{
  text-align: center;
}
.text-white *{
  color: #fff !important;
}
.mdl-layout__header{
  z-index: 0;
}
.sec-ligacao{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%; 
  top: 0;
  left: 0;
  z-index: 0;
}
.mask{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;display: none;
    position: fixed;
    z-index: -1;
    background: rgba(0,0,0,0.5);
  }

.sec-ligacao .div-ligacao{
    max-width: 550px;
    margin: auto;
    margin-top: 15%;
    padding: 10px;
    text-align: center; 
    background: #fff;
    border-radius: 5px;
    z-index: 2000;
  }
  .div-ligacao{
    background: #23286a !important;
  }
  .div-ligacao *{    
    font-family: 'Dense' !important;
    font-size: 1.2em;
  }
  .panel{
    border-radius: 5px;
    background: #fff;
  }
  .panel-heading{
    padding: 10px;
    border-bottom: 1px solid #23286a;
  }
  .panel-body{
    padding-bottom: 20px;
  }
  
  .panel-body span{
    line-height: 40px;
  }
  .div-liguenos{
    display: table;
    margin-top: 20px; 
  }
  .div-liguenos span{
    display: table-cell;
    vertical-align: middle;
  }
