/* 
Theme Name: Gils
Theme URI: https://estudiodesoluciones.com/
Description: Theme for gils
Author: Estudio de Soluciones
Author URI: https://estudiodesoluciones.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: gils
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.gils-header {
	background: #fff;
	color: #222;
}

.gils-header a,
.gils-header .elementor-nav-menu .elementor-item,
.gils-header .elementor-menu-toggle {
	color: #222;
}

.gils-header svg,
.gils-header .e-font-icon-svg {
	fill: #222;
}

.gils-header .elementor-nav-menu--main.e--pointer-underline .elementor-item::before,
.gils-header .elementor-nav-menu--main.e--pointer-underline .elementor-item::after {
	display: none;
}

.gils-header .elementor-nav-menu--main .elementor-item:hover,
.gils-header .elementor-nav-menu--main .elementor-item:focus,
.gils-header .elementor-nav-menu--main .elementor-item.elementor-item-active {
	color: #222 !important;
	text-decoration: underline;
	text-decoration-color: currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

body.home .gils-header,
body.front-page .gils-header {
	background: #000;
	color: #fff;
}

body.home .gils-header a,
body.home .gils-header .elementor-nav-menu .elementor-item,
body.home .gils-header .elementor-menu-toggle,
body.front-page .gils-header a,
body.front-page .gils-header .elementor-nav-menu .elementor-item,
body.front-page .gils-header .elementor-menu-toggle {
	color: #fff;
}

body.home .gils-header .elementor-nav-menu .elementor-item:hover,
body.home .gils-header .elementor-nav-menu .elementor-item:focus,
body.home .gils-header .elementor-nav-menu .elementor-item.elementor-item-active,
body.front-page .gils-header .elementor-nav-menu .elementor-item:hover,
body.front-page .gils-header .elementor-nav-menu .elementor-item:focus,
body.front-page .gils-header .elementor-nav-menu .elementor-item.elementor-item-active {
	color: #fff !important;
	text-decoration: underline;
	text-decoration-color: currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

body.home .gils-header svg,
body.home .gils-header .e-font-icon-svg,
body.front-page .gils-header svg,
body.front-page .gils-header .e-font-icon-svg {
	fill: #fff;
}

.footer_menu .elementor-nav-menu--main.e--pointer-underline .elementor-item::before,
.footer_menu .elementor-nav-menu--main.e--pointer-underline .elementor-item::after {
	display: none;
}

.footer_menu .elementor-nav-menu--main .elementor-item:hover,
.footer_menu .elementor-nav-menu--main .elementor-item:focus,
.footer_menu .elementor-nav-menu--main .elementor-item.elementor-item-active {
	text-decoration: underline;
	text-decoration-color: currentColor;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

#gils-contact-form input[type="text"],
#gils-contact-form input[type="email"],
#gils-contact-form input[type="tel"],
#gils-contact-form textarea {
	width: 100%;
	min-height: 54px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #1d2948;
	border-radius: 0;
	background: transparent;
	color: #111;
	font-size: clamp(16px, 1.2vw, 20px);
	font-weight: 400;
	line-height: 1.2;
	box-shadow: none;
}

#gils-contact-form input[type="text"]::placeholder,
#gils-contact-form input[type="email"]::placeholder,
#gils-contact-form input[type="tel"]::placeholder,
#gils-contact-form textarea::placeholder {
	color: #111;
	opacity: 1;
}

#gils-contact-form input[type="text"]:focus,
#gils-contact-form input[type="email"]:focus,
#gils-contact-form input[type="tel"]:focus,
#gils-contact-form textarea:focus {
	border-bottom-color: #000;
	outline: 0;
	box-shadow: none;
}

#gils-contact-form > label.e-form-label-base {
	display: none;
}

#gils-contact-form .e-form-checkbox-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 54px;
	margin-bottom: 64px;
}

#gils-contact-form .e-form-checkbox-row input[type="checkbox"] {
	appearance: none;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	margin: 0;
	border: 0;
	background: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	cursor: pointer;
}

#gils-contact-form .e-form-checkbox-row input[type="checkbox"]:checked {
	background-color: #000;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.2L8.7 16L18 6' fill='none' stroke='%23fff' stroke-width='2.8' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
}

#gils-contact-form .e-form-checkbox-row label {
	color: #111;
	font-size: clamp(14px, 1vw, 18px);
	font-weight: 400;
	line-height: 1.35;
}

#gils-contact-form .e-form-checkbox-row a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

#gils-contact-form .e-form-submit-button-base {
	display: block;
	width: min(100%, 430px);
	min-height: 50px;
	margin: 0 auto;
	border: 0;
	border-radius: 0;
	background: #000;
	color: #fff;
	font-size: clamp(18px, 1.2vw, 23px);
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

#gils-contact-form .e-form-submit-button-base:hover,
#gils-contact-form .e-form-submit-button-base:focus {
	background: #222;
	color: #fff;
	outline: 0;
}

.gils-clase-energetica {
	display: block;
	width: 70px;
	height: auto;
}

.gils-product-flip {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	aspect-ratio: 7 / 10;
}

.gils-product-flip__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: opacity 0.35s ease;
}

.gils-product-flip__image--front {
	opacity: 1;
}

.gils-product-flip__image--back {
	opacity: 0;
}

.gils-product-flip:hover .gils-product-flip__image--front,
.gils-product-flip:focus-within .gils-product-flip__image--front {
	opacity: 0;
}

.gils-product-flip:hover .gils-product-flip__image--back,
.gils-product-flip:focus-within .gils-product-flip__image--back {
	opacity: 1;
}

.gils-product-flip--single .gils-product-flip__image--front,
.gils-product-flip--single:hover .gils-product-flip__image--front,
.gils-product-flip--single:focus-within .gils-product-flip__image--front {
	opacity: 1;
}

.gils-manuales {
	width: 100%;
	color: #242424;
}

.gils-manuales__group {
	margin: 0 0 clamp(52px, 5.2vw, 78px);
	background: #f5f5f5;
}

.gils-manuales__title {
	margin: 0;
	padding: clamp(20px, 2.1vw, 32px) clamp(32px, 6.2vw, 88px);
	background: #000;
	color: #fff;
	font-size: clamp(20px, 1.5vw, 20px);
	font-weight: 600;
	line-height: 1.15;
}

.gils-manuales__table {
	display: grid;
	gap: 0;
	width: 100%;
	padding: clamp(30px, 4vw, 58px) clamp(32px, 6.2vw, 88px) clamp(34px, 4.4vw, 66px);
	overflow: hidden;
}

.gils-manuales__header,
.gils-manuales__row {
	display: grid;
	grid-template-columns: minmax(180px, 1.35fr) minmax(160px, 0.82fr) minmax(180px, 0.95fr);
	column-gap: clamp(24px, 8vw, 150px);
	align-items: center;
	min-width: 0;
}

.gils-manuales__header {
	margin-bottom: clamp(20px, 2.5vw, 34px);
	padding-bottom: clamp(14px, 1.5vw, 22px);
	border-bottom: 1px solid #6b738a;
	font-size: clamp(20px, 2.0vw, 26px);
	font-weight: 400;
	line-height: 1.1;
}

.gils-manuales__row {
	min-height: clamp(30px, 2.3vw, 42px);
	font-size: clamp(16px, 1.25vw, 20px);
	line-height: 1.2;
}

.gils-manuales__model {
	font-weight: 700;
}

.gils-manuales__link {
	color: inherit;
	text-decoration: none;
}

.gils-manuales__link:hover,
.gils-manuales__link:focus {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.gils-manuales__empty {
	color: #777;
}

@media (max-width: 767px) {
	.gils-manuales__group {
		margin-bottom: 42px;
	}

	.gils-manuales__title {
		padding: 20px 24px;
	}

	.gils-manuales__table {
		padding: 26px 24px 32px;
	}

	.gils-manuales__header {
		display: none;
	}

	.gils-manuales__title {
		text-align: left;
	}

	.gils-manuales__row {
		grid-template-columns: 1fr;
		gap: 8px;
		width: 100%;
		min-width: 0;
		padding: 16px 0;
		border-top: 1px solid #d4d4d4;
	}

	.gils-manuales__header + .gils-manuales__row {
		border-top: 0;
	}

	.gils-manuales__row:last-child {
		border-bottom: 1px solid #d8d8d8;
	}

	.gils-manuales__model {
		margin-bottom: 4px;
		font-weight: 700;
	}
}


.capa_caracteristicas ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.capa_caracteristicas li {
  position: relative;
  padding-left: 16px;
  margin: 0 0 3px 0;
  line-height: 1.3;
}

.capa_caracteristicas li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
