@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dg-newsletter {
  align-items: center;
  background-color: transparent;
  background-image: var(--image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: calc((100vw - var(--scrollbar-width)) / 2.727);
  justify-content: center;
  padding: 6.25rem;
  position: relative;
  width: calc(100vw - var(--scrollbar-width));
}
@media screen and (max-width: 1024px) {
  .dg-newsletter {
    height: auto;
    padding: 3rem;
    width: 100vw;
  }
}
.dg-newsletter::before {
  background: url(/wp-content/uploads/2025/11/fondo-colores.png) left center repeat-x transparent;
  content: "";
  height: 0.3125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .dg-newsletter::before {
    background-size: 100% 100%;
  }
}
.dg-newsletter::after {
  background: #01010199;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.dg-newsletter span.over-image {
  --width: calc((100vw - var(--scrollbar-width)) / 3.235);
  background-color: transparent;
  background-image: var(--image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: calc(var(--width) * 1.2426);
  left: 0;
  position: absolute;
  z-index: 5;
  width: var(--width);
}
@media screen and (max-width: 1152px) {
  .dg-newsletter span.over-image {
    --width: calc((100vw - var(--scrollbar-width)) / 4.235);
  }
}
@media screen and (max-width: 1024px) {
  .dg-newsletter span.over-image {
    display: none;
  }
}
.dg-newsletter div.content {
  background: #c65dff99;
  padding: 2.5rem 5rem;
  position: relative;
  text-align: center;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  .dg-newsletter div.content {
    max-width: 90vw;
    padding: 1.5rem;
  }
}
.dg-newsletter div.content .text-1 {
  color: #fff;
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1875;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dg-newsletter div.content .text-1 {
    font-size: 1.25rem;
  }
}
.dg-newsletter div.content .text-2 {
  color: #11ffcc;
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1875;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dg-newsletter div.content .text-2 {
    font-size: 1.25rem;
  }
}
.dg-newsletter div.content form {
  margin: 30px auto 0;
}
.dg-newsletter div.content form .message {
  animation: blink 1s infinite;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 -30px;
}
.dg-newsletter div.content form .message:empty {
  display: none;
}
.dg-newsletter div.content form input {
  background: #0003;
  border: 0.0625rem solid #11ffcc;
  border-radius: 0;
  box-shadow: none !important;
  color: #fff;
  display: block;
  font-size: 15px;
  margin: 0 0 10px;
  outline: none !important;
  padding: 0.5rem;
  width: 100%;
}
.dg-newsletter div.content form input::placeholder {
  color: #11ffcc;
}
.dg-newsletter div.content form a {
  background: #5cd2b9;
  color: #000;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: normal;
  margin: 10px auto 0;
  max-width: 100%;
  padding: 0.625rem 3.75rem;
  text-align: center;
  transition: 0.3s all;
}
/*# sourceMappingURL=https://dimasgimeno.3dsignia.com/wp-content/build/scss_library/44c252a4534c1ebe1b0fee71ac2462e203c305e0.css.map */