/* custom.css */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
  }
  
  .whatsapp-float:hover {
    background-color: #22bc63;
  }
  
  .whatsapp-float i {
    font-size: 24px;
  }
  
  /* custom.css */
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 1000;
  }
  
  .cookie-consent-banner p {
    margin: 0;
    display: inline;
  }
  
  .cookie-consent-banner a {
    color: #fff;
    text-decoration: underline;
  }
  
  .cookie-consent-banner button {
    background-color: #25d366;
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin-left: 20px;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
  }
  
  .whatsapp-float:hover {
    background-color: #22bc63;
  }
  
  .whatsapp-float i {
    font-size: 24px;
  }
  
  .loading, .error-message, .sent-message {
    display: none;
  }
  
  .loading {
    color: #f39c12;
  }
  
  .error-message {
    color: #e74c3c;
  }
  
  .sent-message {
    color: #2ecc71;
  }



 /*
 +-------------------------------------------------------------------------------------------------------
 | Customização da Página do ERP
 +-------------------------------------------------------------------------------------------------------
 */
.erp-section {
  background-color: #2c3e50; /* Cor de fundo */
  color: #f9dd0a; /* Cor do texto */
  padding: 15px 0; /* Espaçamento */
}

.erp-section img {
  max-width: 140%;
  border-radius: 15px;
  /*transition: all 0.4s ease-in-out;*/
  display: inline-block;
  padding: 5px 0;
  /*filter: grayscale(100);*/
}

.erp-section h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.erp-section h2 {
  background-color: #fefeff; /* Cor de fundo */
  color: #1b1a1a; /* Cor do texto */
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

.erp-section display-4 {
  font-weight: 300;
  line-height: 1.2;
  padding-block-start: 100px;
}

.erp-section p {
  font-size: 1.2em;
}

.erp-section ul {
  list-style: none;
  padding: 0;
}

.erp-section ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.erp-section ul li i {
  font-size: 1.5em;
  margin-right: 10px;
  color: #ffd700; /* Cor do ícone */
}

.erp-section .btn {
  background-color: #ffd700; /* Cor do botão */
  color: #2c3e50; /* Cor do texto do botão */
  font-size: 1.2em;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 20px;
}

.erp-section .btn:hover {
  background-color: #e6b800; /* Cor do botão ao passar o mouse */
  color: #fff;
}

.erp-section .img-fluid {
  max-width: 100%;
  height: auto;
}

/*
Caixas ERP
*/

.erp-section .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 50px 50px;
  background:  #2c3e50;
  box-shadow: #282828 ;
}


.erp-section .icon-box .icon {
  margin-bottom: 10px;
}

.erp-section .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.erp-section .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.erp-section .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.erp-section .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.erp-section .icon-box:hover {
  border: #121212;
  /*transform: translateY(-10px);*/
}

.erp-section .icon-box:hover h4 a {
  color: #47b2e4;
}

button{
  background: #eacc08;
  border: 0;
  padding: 12px 34px;
  color: #121212;
  transition: 0.4s;
  border-radius: 50px;
}

.btn-lg {
    padding: 17px 42px;
    font-size: 17px;
}

display-4 {
  font-size: 2rem;
}


.display-4 {
  font-weight: 300;
  line-height: 1.2;
  padding-block-start: 100px;
}