.elementor-kit-6{--e-global-color-primary:#064524;--e-global-color-secondary:#2B2B2B;--e-global-color-text:#2B2B2B;--e-global-color-accent:#E5AA00;--e-global-color-282ae70:#FFFFFF;--e-global-color-619f257:#FBF7F1;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;font-family:"Outfit", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 h1{font-family:"Fredoka", Sans-serif;font-weight:900;}.elementor-kit-6 h2{font-family:"Fredoka", Sans-serif;font-weight:900;}.elementor-kit-6 h3{font-family:"Fredoka", Sans-serif;font-size:20px;font-weight:900;}.elementor-kit-6 h4{font-family:"Fredoka", Sans-serif;font-weight:900;}.elementor-kit-6 h5{font-family:"Fredoka", Sans-serif;}.elementor-kit-6 h6{font-family:"Fredoka", Sans-serif;font-weight:900;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Botón Realizar el pedido */
.wc-block-components-checkout-place-order-button {
    border-radius: 11px;
	background-color: #064524 !important;
	border-color: #064524 !important;
	color: #ffffff !important;
	transition:
		background-color 0.25s ease,
		border-color 0.25s ease,
		transform 0.2s ease !important;
}

/* Hover */
.wc-block-components-checkout-place-order-button:hover {
	background-color: #04391e !important;
	border-color: #04391e !important;
	color: #ffffff !important;
}

/* Al presionar */
.wc-block-components-checkout-place-order-button:active {
	background-color: #032f19 !important;
	border-color: #032f19 !important;
	transform: translateY(1px);
}

/* Foco con teclado */
.wc-block-components-checkout-place-order-button:focus-visible {
	background-color: #04391e !important;
	border-color: #04391e !important;
	color: #ffffff !important;
	outline: 3px solid rgba(6, 69, 36, 0.25) !important;
	outline-offset: 3px;
}

/* Texto interior */
.wc-block-components-checkout-place-order-button
.wc-block-components-button__text,
.wc-block-components-checkout-place-order-button
.wc-block-components-checkout-place-order-button__text {
	color: #ffffff !important;
}/* End custom CSS */