/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1774029277
Updated: 2026-03-20 17:54:37

*/

/*Estilos de Boton y Desplegable de Proteccion de datos en Página de Producto*/
.boton-comercial {
	display: flex;
    flex-direction: column;
    gap: 15px;
}

.fip-btn-submit {
	display: block;
	width: 100%;
	padding: 12px 24px;
	background: #057F40;
	color: #fff;
	font-size: 18px;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.2s;
	white-space: normal;
	word-break: break-word;
	text-align: center;
}
.fip-btn-submit:hover {
	background: #1b5e20;
	color: #fff;
}
.fip-btn-submit:disabled {
	background: #81a882;
	cursor: not-allowed;
}
details.acc-datos > summary.acc-summary::-webkit-details-marker {
  display: none;
}

details.acc-datos > summary.acc-summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: bold;
}

details.acc-datos > summary.acc-summary .icon {
  display: inline-block;
  transition: transform 0.2s ease;
}

details.acc-datos[open] > summary.acc-summary .icon {
  transform: rotate(45deg);
}
