/* Page Loader */
[data-animation=loading].active {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
}

[data-animation=loading].active::before,
[data-animation=loading].active::after {
  content: "";
  position: fixed;
  z-index: 1000;
}

[data-animation=loading].active::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #781332;
}

[data-animation=loading].active::after {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  opacity: 0.4;
  background: #fdc725;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
.popup__form-wrapper button::after, .footer__link, .footer__site-link, .footer__form-wrapper button::after, .header__menu-link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.popup__form-wrapper button:after, .footer__link:after, .footer__site-link:after, .footer__form-wrapper button:after, .header__menu-link:after {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
}

.popup__form-wrapper button:hover:after, .footer__link:hover:after, .footer__site-link:hover:after, .footer__form-wrapper button:hover:after, .header__menu-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}

.popup__form-wrapper button:after, .footer__link:after, .footer__site-link:after, .footer__form-wrapper button:after, .header__menu-link:after {
  transform: scaleX(0);
  transform-origin: right center;
}

.popup__form-wrapper button::after, .footer__link, .footer__site-link, .footer__form-wrapper button::after, .header__menu-link {
  display: inline-block;
}
.global__link:hover {
  color: #fdc725 !important;
}

.text-yellow {
  color: #fdc725;
}

.text-wine {
  color: #781332;
}

.font-semibold {
  font-weight: 600;
}

.grecaptcha-badge {
  display: none !important;
}

[data-animation=image] {
  overflow: clip;
  clip-path: inset(0 0 0 0);
}

[data-animation=title] .word {
  position: relative;
  overflow: hidden;
}

[data-animation=rotate] {
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.servicios__servicios__item {
  border-top-color: #fdc725;
}

.footer__form-wrapper input[type=text], .footer__form-wrapper input[type=tel], .footer__form-wrapper input[type=email] {
  margin-bottom: 8px;
  padding: 6px 24px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
}
.footer__form-wrapper input[type=text]::placeholder, .footer__form-wrapper input[type=tel]::placeholder, .footer__form-wrapper input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer__form-wrapper button {
  position: relative;
  padding: 6px 20px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  border: none;
}
.footer__form-wrapper button::before {
  content: url("https://test.danramz.dev/stands/wp-content/uploads/2024/10/submit-icon.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(20px, -50%);
}
.footer__form-wrapper .wpcf7-not-valid-tip {
  color: #fdc725;
}
.popup__form-wrapper input[type=text],
.popup__form-wrapper input[type=tel],
.popup__form-wrapper input[type=email] {
  margin-bottom: 8px;
  padding: 6px 24px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
}
.popup__form-wrapper input[type=text]::placeholder,
.popup__form-wrapper input[type=tel]::placeholder,
.popup__form-wrapper input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.popup__form-wrapper button {
  position: relative;
  padding: 6px 20px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  border: none;
}
.popup__form-wrapper button::before {
  content: url("https://test.danramz.dev/stands/wp-content/uploads/2024/10/submit-icon.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(20px, -50%);
}
.popup__form-wrapper .wpcf7-not-valid-tip {
  color: #fdc725;
}
.popup__form-wrapper .wpcf7-response-output {
  color: #ffffff;
}

/**/
.inicio__ideas__item {
  transition: all 0.3s ease;
}
.inicio__ideas__item:hover {
  border-top-color: #fdc725;
}
.inicio__ideas__item:hover .inicio__ideas__circle {
  background-color: #fdc725;
  transform: rotate(90deg);
}
.inicio__ideas__circle {
  transition: all 0.3s ease;
}
