/*
 Theme Name: Hello Elementor Child
 Theme URI: https://unoempaquesdelbajio.mx/
 Description: Tema hijo de Hello Elementor para personalizar sin perder cambios al actualizar el tema padre.
 Author: Maestro del SEO
 Author URI: https://maestrodelseo.com/
 Template: hello-elementor
 Version: 1.0.9
 Text Domain: hello-elementor-child
*/

/* Añade aquí tus estilos personalizados o usa assets/css/custom.css */

body.page-id-73 .wc-block-components-product-name {
	color: #000;
}
body.page-id-73 .wc-block-components-button__text:hover {
  color: #fff;
}
body.page-id-74 .wc-block-components-checkbox__label a {
	color: #000;
}
body.page-id-74 button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	border-color:#000;
	background-color:#000;
}
body.page-id-74 .wc-block-components-checkout-place-order-button__text {
	color:#fff;
}
body.page-id-73 a.wc-block-grid__product-link {
	color:#000;
}
body.page-id-73 .wc-block-grid__product-title {
	color:#000;
}
body.page-id-73 a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
	color:#fff;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	body.page-id-1367 .vacante {
		width: 31.7% !important;
	}
	body.page-id-1367 #enc-bdt h3 {
		width: 100% !important;
	}
	body.page-id-1367 #form-puesto {
		width: 85% !important;
	}
}

@media (max-width: 480px) {
  /* Solo móviles pequeños */
	body.page-id-1367 #enc-bdt h3 {
		width: 100% !important;
		text-align: center;
	}
	body.page-id-1367 #form-puesto {
		width: 100% !important;
		text-align: center;
		margin-bottom: 10px;
	}
	body.page-id-1367 #form-puesto button {
		width: 100% !important;
	}
	body.page-id-1367 .novacantes {
		width: 100% !important;
		margin-bottom: 10px;
	}
	body.page-id-1367 .vacante {
		width: 100% !important;
		margin-bottom: 10px;
	}
}