#tarteaucitronRoot #tarteaucitronAlertBig {
  top: auto;
  bottom: 0px;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100vw - 50px);
  padding: 30px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  max-width: 430px;
  right: 30px;
  bottom: 30px;
  left: auto;
}

#tarteaucitronRoot #tarteaucitronAlertBig[style='display: block;'] {
  display: flex !important;
}

@media (max-width: 480px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
      top: 50%;
      left: 25px;
      bottom: auto;
      transform: translateY(-50%);
  }
}

#tarteaucitronRoot #tarteaucitronAlertBig a {
  color: black;
  text-decoration: underline;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  display: block;
  flex-basis: 100%;
  margin-bottom: 10px;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert a {
  color: black !important;
  font-family: Arial, sans-serif !important; /* Reemplaza 'font("primary")' por una fuente válida */
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert:before {
  content: "Cookies";
  display: block;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 10px;
}

#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronDenyAll,
#tarteaucitronAlertBig #tarteaucitronPersonalize {
  font-family: Arial, sans-serif !important; /* Reemplaza 'font("primary")' por una fuente válida */
  background: #007bff; /* Reemplaza 'color("primary")' por un color válido */
  color: #fff;
  min-height: 50px;
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 16px;
  padding: 5px 10px;
  text-align: center;
  box-sizing: border-box !important;
  transition: all 0.5s;
}

#tarteaucitron #tarteaucitronPrivacyUrl:hover,
#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover,
#tarteaucitronAlertBig #tarteaucitronDenyAll:hover,
#tarteaucitronAlertBig #tarteaucitronPersonalize:hover {
  opacity: 0.8;
}

@media (max-width: 480px) {
  #tarteaucitron #tarteaucitronPrivacyUrl,
  #tarteaucitronAlertBig #tarteaucitronCloseAlert,
  #tarteaucitronAlertBig #tarteaucitronDenyAll,
  #tarteaucitronAlertBig #tarteaucitronPersonalize {
      height: auto;
  }
}

#tarteaucitronAlertBig #tarteaucitronDenyAll,
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  width: 100%;
  max-width: calc(50% - 7px) !important;
  flex-basis: calc(50% - 7px) !important;
  order: 2;
  background-color: black !important; /* Reemplaza 'color("black")' por un color válido */
}

#tarteaucitronAlertBig #tarteaucitronPersonalize {
  margin-left: 0 !important;
  width: 100%;
  background: #28a745 !important; /* Reemplaza 'color("secondary")' por un color válido */
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  width: 100%;
  flex-basis: 100%;
  margin-left: 0;
}

#tarteaucitronPercentage {
  display: none !important;
}
