/* ELECTRI BLAZE INSTA WIDGET */
.PIz4HixPF9mDMQqIRfcD {
  display: none;
}

.hQgHNo {
  grid-template-columns: repeat(3, 1fr) !important;
}

/* FOOTER */
.footer-dark-blue {
  background-color: #1a2d73;

  p {
    color: white;
  }

  a:hover,
  i:hover {
    color: #55eab8 !important;
  }
}

footer .footer-logo img {
  width: 180px;
  max-height: none !important;
}

/* FLOAT WHATSAPP */
.float-whatsapp {
  width: 50px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #25d366;

  position: fixed;
  bottom: 20px;
  right: 20px;

  z-index: 9;

  i {
    font-size: 25px;
    color: #FFF;
  }
}

/* COOKIES */
  #cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25vh;
    background-color: white;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 1.5rem 5rem;
    z-index: 1050;
  }

  #cookie-banner p {
    margin-bottom: 0;
    color: #333;
    line-height: 1.5;
    max-width: 90%;
  }

  .btn-cookie {
    background-color: #1A2D73 !important;
    color: white !important;
    border: none !important;
  }

  .btn-cookie:hover {
    background-color: #15225a !important;
  }
