/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.grecaptcha-badge {
    visibility: hidden !important;
}

.cmplz-cookiebanner .cmplz-buttons {
    flex-direction: row-reverse;
}

/*----------------CABECERA-----------------*/
header {
	border-bottom: 2px solid white;
}

a.w-nav-anchor.level_2 {
    font-size: 0.8rem;
}

/*---------TEXTOS-----------*/
.texto-subrayado-custom a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

/* Imagen de subrayado base */
.texto-subrayado-custom a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px; /* ajusta según alto de la imagen */
  width: 100%;
  background-image: url('/wp-content/uploads/2025/05/Vector-20.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

/* Imagen de subrayado animada */
.texto-subrayado-custom a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 0%;
  background-image: url('/wp-content/uploads/2025/05/Vector-20-1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  transition: width 0.5s ease;
  pointer-events: none;
}

/* Al hacer hover, la imagen animada se revela desde la izquierda */
.texto-subrayado-custom a:hover::after {
  width: 100%;
}

.texto-subrayado-custom-2 a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

/* Imagen de subrayado base */
.texto-subrayado-custom-2 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px; /* ajusta según alto de la imagen */
  width: 104%;
  background-image: url('/wp-content/uploads/2025/05/Vector-22.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

/* Imagen de subrayado animada */
.texto-subrayado-custom-2 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 0%;
  background-image: url('/wp-content/uploads/2025/05/Vector-22-1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  transition: width 0.5s ease;
  pointer-events: none;
}

/* Al hacer hover, la imagen animada se revela desde la izquierda */
.texto-subrayado-custom-2 a:hover::after {
  width: 104%;
}

.texto-subrayado-custom-3 a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

/* Imagen de subrayado base */
.texto-subrayado-custom-3 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px; /* ajusta según alto de la imagen */
  width: 104%;
  background-image: url('/wp-content/uploads/2025/05/Vector-23.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

/* Imagen de subrayado animada */
.texto-subrayado-custom-3 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 0%;
  background-image: url('/wp-content/uploads/2025/05/Vector-23-1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  transition: width 0.5s ease;
  pointer-events: none;
}

/* Al hacer hover, la imagen animada se revela desde la izquierda */
.texto-subrayado-custom-3 a:hover::after {
  width: 104%;
}


/*---------------ESTRELLA GIRATORIA----------------*/
.rotar-estrella img {
  transition: transform 0.2s ease-out;
  transform: rotate(0deg);
}

.rotar-estrella:hover img {
  transform: rotate(1070deg);
}

/*--------------BOTONES----------------*/
.us-btn-style_2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: none;
  border: none;
  color: inherit;
  z-index: 0;
}

/* Imagen de fondo base */
.us-btn-style_2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-10-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -2;
  pointer-events: none;
}

/* Imagen de hover que se expande desde abajo a la izquierda */
.us-btn-style_2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-11-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
  pointer-events: none;
}

/* Al hacer hover, se expande hacia arriba y derecha */
.us-btn-style_2:hover::after {
  width: 100%;
  height: 100%;
}

.us-btn-style_4 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: none;
  border: none;
  color: inherit;
  z-index: 0;
}

/* Imagen de fondo base */
.us-btn-style_4::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-10.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -2;
  pointer-events: none;
}

/* Imagen de hover que se expande desde abajo a la izquierda */
.us-btn-style_4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-11.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
  pointer-events: none;
}

/* Al hacer hover, se expande hacia arriba y derecha */
.us-btn-style_4:hover::after {
  width: 100%;
  height: 100%;
}


/*Botón Formulario*/
.block-submit {
  position: relative;
  display: inline-block;
  overflow: hidden !important;
  background: none;
  border: none;
  color: inherit !important;
  z-index: 0;
}

/* Imagen de fondo base */
.block-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-10-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -2;
  pointer-events: none;
}

/* Imagen de hover que se expande desde abajo a la izquierda */
.block-submit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-11-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
  pointer-events: none;
}

/* Al hacer hover, se expande hacia arriba y derecha */
.block-submit:hover::after {
  width: 100%;
  height: 100%;
}

/*-------------FONDO FILA SERVICIOS--------------*/
.fila-servicios {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* Fondo base: imagen inferior */
.fila-servicios::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/05/c933170bdbfcf867796ffbd90ab4056a9a6c5982-1-scaled.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -3;
}

/* Capa intermedia: imagen superior con opacidad y zoom */
.fila-servicios::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/05/75150dd1e8372caea030cd2ef7b93f3c73372f97-2-3.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: -2;
}

/* Capa de superposición negra con blur */
.fila-servicios .fondo-overlay {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  z-index: -1;
}

/*-------------CUADRÍCULA SERVICIOS----------------*/

/* Imagen recortada con clip-path al inicio */
.cuadricula-servicios .image-services img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: inset(0 0 var(--dynamic-clip, 60%) 0);
  transition: all 0.6s ease;
}

/* Hover: se revela la imagen completa */
.cuadricula-servicios .w-grid-item:hover .image-services img {
  clip-path: inset(0 0 0 0);
  transform: scale(1.05); /* zoom in imagen */
}

.cuadricula-servicios .w-grid-item:hover h3 {
  transform: scale(0.9); /* reduce tamaño del título */
  transition: all 0.6s ease;
}

/* Permite que la imagen sobresalga visualmente si hace falta */
.cuadricula-servicios .image-services {
  overflow: visible !important;
}

/*----------------LISTAS PERSONALIZADAS-------------------*/
.lista-custom ul {
  list-style: none;
  padding-left: 0; /* o ajusta según necesidad */
}

.lista-custom ul li {
  position: relative;
  padding-left: 2rem; /* espacio para el icono */
  margin-bottom: 0.5rem;
}

.lista-custom ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05em; /* alinea verticalmente con el texto */
  width: 1.4rem;
  height: 1.4rem;
  background-image: url('/wp-content/uploads/2025/05/Ellipse-6.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/*---------------------CAJAS CON ICONO----------------------*/
.w-iconbox.iconpos_left .w-iconbox-title, .w-iconbox.iconpos_right .w-iconbox-title {
    padding: 0;
    text-transform: uppercase;
    font-size: 1.133rem;
    font-weight: 500;
    font-family: Nippo-Medium;
}

.w-iconbox-icon {
	margin: 0 !important;
}

.w-iconbox-meta {
    margin-top: auto;
    margin-bottom: auto;
}

/*----------------DIVISOR FOOTER----------------*/
.l-section-shape.type_custom.pos_bottom.on_front {
	margin-bottom: -13%;
}

.l-section-shape.type_custom.pos_bottom.on_front img{
	width: 100%;
}

@media screen and (max-width: 1500px) {
	.l-section-shape.type_custom.pos_bottom.on_front {
    	margin-bottom: -16%;
	}
}

@media screen and (max-width: 1300px) {
	.l-section-shape.type_custom.pos_bottom.on_front {
    	margin-bottom: -19%;
	}
}

@media screen and (max-width: 1200px) {
	.l-section-shape.type_custom.pos_bottom.on_front {
    	margin-bottom: -24%;
	}
}

@media screen and (max-width: 1024px) {
	.l-section-shape.type_custom.pos_bottom.on_front {
    	margin-bottom: -26%;
	}
}

@media screen and (max-width: 950px) {
	.l-section-shape.type_custom.pos_bottom.on_front {
    	margin-bottom: -32%;
	}
}

@media screen and (max-width: 768px) {
	.l-section-shape.type_custom.pos_bottom.on_front {
    	margin-bottom: -50%;
		scale: 2;
	}
	
	.l-canvas.type_wide {
	   overflow: visible;
	}
}

/*------------ARREGLAR BUG FOOTER-------------*/
section.l-section.wpb_row.height_auto.width_full.with_shape {
	overflow-x: clip;
}

/* FORMS */

form div.row {
	margin: 0 -0.5rem;
	display: block;
	text-align: left;
}
.row:after {
	clear: both;
	display: table;
	content: " ";
}
.row:before {
	display: table;
	content: " ";
}

.col-xs-3 {
	width: 25%;
	float: left;
	padding: 0 0.5rem;
}
.col-xs-4 {
	width: 33.33%;
	float: left;
	padding: 0 0.5rem;
}
.col-xs-5 {
	width: 40%;
	float: left;
	padding: 0 0.5rem;
}
.col-xs-6 {
	width: 50%;
	float: left;
	padding: 0 0.5rem;
}
.col-xs-7 {
	width: 60%;
	float: left;
	padding: 0 0.5rem;
}
.col-xs-12 {
	width: 100%;
	float: left;
	padding: 0 0.5rem;
}
form div.form-group {
	display: inline-block;
	width: 100%;
	margin-bottom: 1rem;
}
form div.block-submit {
	display: inline-block;
	width: fit-content;
}
form div.block-submit input {
	padding: 0.6em 2.4em !important;
}

label {
	margin: 0 0 0.5rem 0;
	cursor: default;
	display: block;
	line-height: 1.2;
}

span.label {
	display: none !important;
}

/*.wpcf7-list-item label {
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 1rem 0;
}*/

input[type="checkbox"] {
	min-height: 1rem !important;
	line-height: 1rem !important;
    margin: -2px 6px 0 0 !important;
}
input[type="checkbox"], input[type="radio"] {
	height: 1rem;
	width: 1rem;
}
select {
	cursor: pointer;
}
select option {
	background-color: var(--color-content-bg) !important;
	font-family: var(--font-family), sans-serif !important;
	color: #ffffff !important;
}
input[type="text"]:disabled,
select:disabled {
	opacity: 0.5;
	cursor: default;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
	border: 0;
	margin: 0;
	text-align: center;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="file"],
.wpcf7-form textarea,
.wpcf7-form select {
    margin-top: 0;
    box-shadow: none !important;
	/*-webkit-appearance: none !important;
    -moz-appearance: none !important;*/
	border-radius: 0 !important;
}

span[data-name="legal"], .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
	margin: 0;
	line-height: 1.2;
}
span[data-name="legal"] label {
	font-size: 0.9rem !important;
	text-transform: none;
	margin: 0;
}
span[data-name="legal"] a {
	text-decoration: underline;
}
.wpcf7-form-control.wpcf7-checkbox {
	padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	padding: 5px 0 !important;
	margin: 0 !important;
	border: 0 !important;
	font-size: 0.9rem;
 	line-height: 1.2;
}
.wpcf7-form span.wpcf7-not-valid {
	border: 0 !important;
}
span.wpcf7-list-item {
	margin: 0;
}
span.wpcf7-list-item > label {
	display: inline-block;
	padding: 0;
}
.wpcf7-not-valid-tip {
    font-size: 0.9rem;
	text-transform: none;
	line-height: 1.2;
}
.wpcf7-spinner {
	margin: 0 auto;
	display: none;
}


/*-----------------PLANTILLA DE PRODUCTO---------------------*/
.cfvsw-swatch-inner{
	color: #000;
}

/*Boton*/
button.single_add_to_cart_button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: none;
  border: none;
  color: inherit;
  z-index: 0;
}

/* Imagen de fondo base */
button.single_add_to_cart_button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-10-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -2;
  pointer-events: none;
}

/* Imagen de hover que se expande desde abajo a la izquierda */
button.single_add_to_cart_button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-11-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
  pointer-events: none;
}

/* Al hacer hover, se expande hacia arriba y derecha */
button.single_add_to_cart_button:hover::after {
  width: 100%;
  height: 100%;
}

.woocommerce-product-gallery__image.flex-active-slide:hover a {
	opacity: 0;
}

img.zoomImg {
	transform: scale(1.3);
}

p.w-post-elm.product_field.price.us_custom_67b6827d {
    display: none;
}

.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
	background: #000;
}

.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch .cfvsw-swatch-inner {
	color: #fff;
}

span.woocommerce-Price-amount.amount {
    font-size: 2.5rem;
}

.cfvsw-swatch-inner {
    font-size: 1.3rem;
}

/*----------PÁGINA CARRITO------------*/
.woocommerce .cart_totals {
	border-radius: 2rem !important;
	background: #f5f5f557;
}

.cart-collaterals {
	border-radius: 2rem !important;
}

a.checkout-button.button.alt.wc-forward {
	margin-top: 0;
}

/*Boton*/
.wc-proceed-to-checkout {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: none;
  border: none;
  color: inherit;
  z-index: 0;
  width: 100%;
}

/* Imagen de fondo base */
.wc-proceed-to-checkout::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-10-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -2;
  pointer-events: none;
}

/* Imagen de hover que se expande desde abajo a la izquierda */
.wc-proceed-to-checkout::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-11-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
  pointer-events: none;
}

/* Al hacer hover, se expande hacia arriba y derecha */
.wc-proceed-to-checkout:hover::after {
  width: 100%;
  height: 100%;
}

.woocommerce .actions .coupon {
	display: none;
}

.woocommerce-cart-form__cart-item span.woocommerce-Price-amount.amount {
	font-size: 1.5rem;
}

.quantity {
	justify-content: center;
}

.woocommerce-cart-form button.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: none;
  border: none;
  color: inherit;
  z-index: 0;
}

/* Imagen de fondo base */
.woocommerce-cart-form button.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-10-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -2;
  pointer-events: none;
}

/* Imagen de hover que se expande desde abajo a la izquierda */
.woocommerce-cart-form button.button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-11-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
  pointer-events: none;
}

/* Al hacer hover, se expande hacia arriba y derecha */
.woocommerce-cart-form button.button:hover::after {
  width: 100%;
  height: 100%;
}

/*----------------DROPDOWN CARRITO------------------*/
.w-cart-dropdown {
    background: #212121;
}

.w-cart-dropdown span.woocommerce-Price-amount.amount {
    font-size: 1rem;
}

.w-cart-dropdown a.button.wc-forward {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: none;
  border: none;
  color: inherit;
  z-index: 0;
  width: 100%;
}

/* Imagen de fondo base */
.w-cart-dropdown a.button.wc-forward::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-10-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -2;
  pointer-events: none;
}

/* Imagen de hover que se expande desde abajo a la izquierda */
.w-cart-dropdown a.button.wc-forward::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-11-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
  pointer-events: none;
}

/* Al hacer hover, se expande hacia arriba y derecha */
.w-cart-dropdown a.button.wc-forward:hover::after {
  width: 100%;
  height: 100%;
}

a.button.checkout.wc-forward {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: none;
  border: none;
  color: #1372A4 !important;
  z-index: 0;
}

.button.checkout.wc-forward:hover .bright-text{
  display: inline-block;
  filter: brightness(1000);
}


/* Imagen de fondo base */
a.button.checkout.wc-forward::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-10.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -2;
  pointer-events: none;
}

/* Imagen de hover que se expande desde abajo a la izquierda */
a.button.checkout.wc-forward::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-11.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
  pointer-events: none;
}

/* Al hacer hover, se expande hacia arriba y derecha */
a.button.checkout.wc-forward:hover::after {
  width: 100%;
  height: 100%;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
	border-radius: 1rem;
    background: #ffffff24;
    padding: 1rem;
}

li.woocommerce-mini-cart-item.mini_cart_item:not(:last-child) {
  border-bottom: 2px solid white;
  padding-bottom: 1rem;
}

.no-touch .widget.widget_shopping_cart .remove {
	opacity: 1;
}


/*--------------------PÁGINA CHECKOUT----------------------*/
div#order_review {
    background: #ffffff57;
    border-radius: 2rem;
}

button#place_order {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: none;
  border: none;
  color: inherit;
  z-index: 0;
}

/* Imagen de fondo base */
button#place_order::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-10-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -2;
  pointer-events: none;
}

/* Imagen de hover que se expande desde abajo a la izquierda */
button#place_order::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-11-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
  pointer-events: none;
}

/* Al hacer hover, se expande hacia arriba y derecha */
button#place_order:hover::after {
  width: 100%;
  height: 100%;
}

p.form-row.form-row-last button.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: none;
  border: none;
  color: inherit;
  z-index: 0;
}

/* Imagen de fondo base */
p.form-row.form-row-last button.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-10-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -2;
  pointer-events: none;
}

/* Imagen de hover que se expande desde abajo a la izquierda */
p.form-row.form-row-last button.button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background-image: url('/wp-content/uploads/2025/05/Rectangle-11-1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
  pointer-events: none;
}

/* Al hacer hover, se expande hacia arriba y derecha */
p.form-row.form-row-last button.button:hover::after {
  width: 100%;
  height: 100%;
}