.ad3-wrap {
  /* Estils per la imatge ampliada */
  /* Estils per al botó de tancament a sobre de la imatge */
  /* Estils per als botons de navegació */
}
.ad3-wrap .boto {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 150px;
  padding: 6px 25px;
}
.ad3-wrap .boto:hover {
  transition: 0.3s;
  background-color: #545e58;
  color: #fff !important;
  border: none;
}
.ad3-wrap .boto-blanc {
  color: #fff !important;
  border: 1px solid #fff;
}
.ad3-wrap .boto-blanc:hover {
  transition: 0.3s;
  background-color: #fff;
  color: #000 !important;
  border: none;
}
.ad3-wrap a img:hover {
  transition: 0.3s;
  opacity: 0.35;
}
.ad3-wrap .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  /* o un número alt com 9999 */
}
.ad3-wrap .image-container {
  position: relative;
}
.ad3-wrap .zoomed-image {
  max-width: 90%;
  max-height: 90%;
  z-index: 9999;
}
.ad3-wrap .close-button {
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 1.5rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.ad3-wrap .nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  user-select: none;
  padding: 0 10px;
}
.ad3-wrap .prev-button {
  left: 10px;
}
.ad3-wrap .next-button {
  right: 10px;
}
.gf-politica-privacitat small {
  font-size: 12px;
}
.gfield_radio {
  flex-direction: row !important;
}
.gform_description {
  padding: 20px 0 40px 0 !important;
}
.gform-footer {
  justify-content: flex-end !important;
}
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="submit"],
body .gform_wrapper .gform_footer input[type="button"],
body .gform_wrapper .gform_page_footer input[type="button"],
body .gform_wrapper .gform_footer input[type="reset"],
body .gform_wrapper .gform_page_footer input[type="reset"] {
  background-color: #DAB17A !important;
  color: #FFFFFF !important;
  border-width: 0 !important;
  font-size: 18px !important;
  font-family: 'DM Serif Display', Georgia, 'Times New Roman', serif !important;
  padding: 0.7em !important;
  border-radius: 0 !important;
  text-transform: none !important;
}
body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover,
body .gform_wrapper .gform_footer input[type="button"]:hover,
body .gform_wrapper .gform_page_footer input[type="button"]:hover,
body .gform_wrapper .gform_footer input[type="reset"]:hover,
body .gform_wrapper .gform_page_footer input[type="reset"]:hover {
  background-color: #c79e6c !important;
  color: #FFFFFF !important;
}
body .gform-theme--orbital .gform_button {
  background-color: #DAB17A !important;
  color: #FFFFFF !important;
  border-width: 0 !important;
  font-size: 18px !important;
  font-family: 'DM Serif Display', Georgia, 'Times New Roman', serif !important;
  padding: 0.7em !important;
  border-radius: 0 !important;
  text-transform: none !important;
}
body .gform-theme--orbital .gform_button:hover {
  background-color: #c79e6c !important;
  color: #FFFFFF !important;
}
/*# sourceMappingURL=frontend-divi.css.map */