.centralizabtn {
    width: 166px;
    margin: auto;
}

.estatisticas {
    float: left;
    width: 100%;
}

.estatisticas li {
    float: left;
    width: 33%;
    color: #fff;
}

.estatisticas li p {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin-top: 0 !important;
}

.estatisticas li span {
    font-size: 50px;
    font-weight: bold;
}

.numbers {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 100%;
}

.espaco {
    padding: 10px;
}

.feature-item:hover h4 {
    color: #52a6fc !important;
}

.meioicone {
    width: 100%;
    float: left;
    padding: 10px;
    
}


.meio {
    width: 32px;
    margin: auto;
    border: 1px solid;
    min-width: 80px;
    min-height: 80px;
   
}

.meio:hover {

    border: 1px solid #52a6fc;
}

.nfe {
    float: left;
    width: 32px;
    height: 32px;
    background-image: url(../img/nfe.png);
    background-repeat: no-repeat; 
    margin-left: 24px;
    margin-top: 20px;
    cursor: pointer;
    padding: 40px;
}

.nfe:hover {
    float: left;
    width: 32px;
    height: 32px;
    background-image: url(../img/nfeOver.png);
    background-repeat: no-repeat; 
}

.gestao {
    float: left;
    width: 32px;
    height: 32px;
    background-image: url(../img/gestao.png);
    background-repeat: no-repeat; 
    margin-left: 24px;
    margin-top: 20px;
    cursor: pointer;
    padding: 40px;
}

.gestao:hover {
    float: left;
    width: 32px;
    height: 32px;
    background-image: url(../img/gestaoOver.png);
    background-repeat: no-repeat; 
}

.sites {
    float: left;
    width: 32px;
    height: 32px;
    background-image: url(../img/sites.png);
    background-repeat: no-repeat; 
    margin-left: 24px;
    margin-top: 20px;
    cursor: pointer;
    padding: 40px;
}

.sites:hover {
    float: left;
    width: 32px;
    height: 32px;
    background-image: url(../img/sitesOver.png);
    background-repeat: no-repeat; 
}

.apps {
    float: left;
    width: 32px;
    height: 32px;
    background-image: url(../img/apps.png);
    background-repeat: no-repeat; 
    margin-left: 24px;
    margin-top: 20px;
    cursor: pointer;
    padding: 40px;
}

.apps:hover {
    float: left;
    width: 32px;
    height: 32px;
    background-image: url(../img/appsOver.png);
    background-repeat: no-repeat; 
}

@media only screen and (max-width: 768px) {
	
    .estatisticas li {
        float: left;
        width: 100% !important;
        padding: 20px 0;
    }

    .home-banner-area {
        background-image: url(../img/codigo.jpg);
    }



}


.box-cookies.hide {
    display: none !important;
  }
  
  .box-cookies {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .box-cookies .msg-cookies,
  .box-cookies .btn-cookies {
    padding:2px;
    color: #000;
    font-size: 12px;
    float: left;
  }
  
  .box-cookies .btn-cookies {
    background: #1e88e5;
    cursor: pointer;
    align-self: normal;
  }
  
  @media screen and (max-width: 600px) {
    .box-cookies {
      flex-direction: column;
    }
  }