@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

#div-whatsapp {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  margin: 20px;
  cursor: pointer;
}

#div-whatsapp img {
  width: 80px;
}

@media (max-width: 1024px) {
  #div-whatsapp img {
    width: 40px;
    margin-bottom: 40px;
  }
}

.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  width: 90%;
  z-index: 999;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 30px;
  right: 90px;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 13px;
  font-family: Lato, sans-serif;
  line-height: 20px;
}

.box-cookies .btn-cookies {
  background: #1e88e5;
  cursor: pointer;
  align-self: normal;
}

.box-cookies .cookie-container-btn {
  display: inline-flex;
  padding-bottom: 15px;
  padding-top: 15px;
}

.polices {
  color: #ffffff;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}

.box-cookies .btn-cookies-accept {
  text-align: center;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  cursor: pointer;
  font-size: 14px;
  align-self: normal;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.7;
  border-radius: 0.25rem;
  font-family: Lato, sans-serif;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-image: none !important;
  min-width: 6em;
  margin-left: 10px;
}

.box-cookies .btn-cookies-refuse {
  text-align: center;
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
  cursor: pointer;
  font-size: 14px;
  align-self: normal;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.7;
  border-radius: 0.25rem;
  font-family: Lato, sans-serif;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-image: none !important;
  min-width: 6em;
  margin-left: 10px;
}
