/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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 */

/* ========================================
   FORMULARIO NEWSLETTER
======================================== */

/* 1. Orden: mover aceptación debajo del botón */
.formulario-newsletter .elementor-form-fields-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.formulario-newsletter .elementor-field-group-field_7c4fa03 {
	order: 3;
}

.formulario-newsletter .e-form__buttons {
	order: 2;
}

/* 2. Altura campos */
.formulario-newsletter .elementor-field {
	height: 48px;
	min-height: 48px;
}

/* evitar que textarea heredara altura */
.formulario-newsletter textarea.elementor-field {
	height: auto;
	min-height: auto;
}

/* 3. Altura botón */
.formulario-newsletter .elementor-button {
	height: 48px;
	min-height: 48px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 4. Placeholder color */
.formulario-newsletter ::placeholder {
	color: #C390DE;
	opacity: 1;
}

.formulario-newsletter ::-webkit-input-placeholder {
	color: #C390DE;
}

.formulario-newsletter :-ms-input-placeholder {
	color: #C390DE;
}

/* 5. Enlace política */
.formulario-newsletter .elementor-field-type-acceptance a {
	color: #FFF8EB;
	text-decoration: underline;
}

/* Ajuste checkbox para que no herede height 48px */
.formulario-newsletter .elementor-acceptance-field {
	height: auto !important;
	min-height: auto !important;
}

/* Espaciado entre botón y política */
.formulario-newsletter .elementor-field-group-field_7c4fa03 {
	margin-top: 0px;
}


/* FORMULARIO DUDAS */

/* ALTURA CAMPOS */
.formulario-dudas .elementor-field:not(textarea):not(.elementor-acceptance-field) {
    height: 48px;
}

/* Ajuste para que el texto quede centrado verticalmente */
.formulario-dudas input.elementor-field {
    line-height: 48PX;
}

/* PLACEHOLDER COLOR */
.formulario-dudas ::placeholder {
    color: #483F13;
    opacity: 1;
}

/* Safari / iOS */
.formulario-dudas ::-webkit-input-placeholder {
    color: #483F13;
    opacity: 1;
}

/* Firefox */
.formulario-dudas :-moz-placeholder {
    color: #483F13;
    opacity: 1;
}

.formulario-dudas ::-moz-placeholder {
    color: #483F13;
    opacity: 1;
}

.formulario-dudas :-ms-input-placeholder {
    color: #483F13;
}

/* ========================================
ESPACIO BULLETS CARRUSEL DE MARCAS
======================================== */

.elementor-image-carousel-wrapper.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events {
    MARGIN-BOTTOM: 50px;
}

/* ========================================
   SLIDER ESTUDIO
======================================== */

/* 1. Border radius solo arriba */
.slider-estudio .swiper-slide .elementor-carousel-image {
	border-radius: 400px 400px 0 0;
	overflow: hidden;
}

/* Si el contenedor interno no recorta bien */
.slider-estudio .swiper-slide {
	overflow: hidden;
}

/* 2. Separación entre slider y bullets */
.slider-estudio .swiper-pagination {
	margin-top: 48px;
	position: relative;
}

/* ========================================
SLIDER TESTIMONIOS
======================================== */

.slider-testimonios .slick-list.draggable {
    margin-bottom: 44px;
}

/* ========================================
   LISTA ICONO CHECK
======================================== */

.icono-check .jet-listing-dynamic-repeater__item {
	position: relative;
	padding-left: 28px;
}

.icono-check .jet-listing-dynamic-repeater__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.25em;
	width: 18px;
	height: 18px;
	background-image: url('/wp-content/uploads/2026/03/icono-check.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.icono-check .jet-listing-dynamic-repeater__item,
.icono-check .jet-listing-dynamic-repeater__item span,
.icono-check .jet-listing-dynamic-repeater__item p {
	line-height: 24px !important;
}

.icono-check .jet-listing-dynamic-repeater__item p {
	margin: 0 !important;
}

/* ========================================
   LISTA ICONO CRUZ
======================================== */

.icono-cruz .jet-listing-dynamic-repeater__item {
	position: relative;
	padding-left: 28px;
}

.icono-cruz .jet-listing-dynamic-repeater__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.25em;
	width: 18px;
	height: 18px;
	background-image: url('/wp-content/uploads/2026/04/icono-no.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.icono-cruz .jet-listing-dynamic-repeater__item {
	line-height: 24px;
}

.icono-cruz .jet-listing-dynamic-repeater__item p {
	line-height: 24px;
	margin: 0;
}

/* ========================================
   LISTA ICONO FLOR
======================================== */

.icono-flor .jet-listing-dynamic-repeater__item {
	position: relative;
	padding-left: 38px;
}

.icono-flor .jet-listing-dynamic-repeater__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.25em;
	width: 28px;
	height: 28px;
	background-image: url('/wp-content/uploads/2026/05/amapola-point.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.icono-flor .jet-listing-dynamic-repeater__item {
	line-height: 24px;
}

.icono-flor .jet-listing-dynamic-repeater__item p {
	line-height: 24px;
	margin: 0;
}

.faqs .e-n-accordion .e-n-accordion-item {
	border-radius: 32px;
	overflow: hidden;
}

.faqs .e-n-accordion .e-n-accordion-item > .e-n-accordion-item-title {
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	transition: none !important;
}

.faqs .e-n-accordion .e-n-accordion-item:not([open]) > .e-n-accordion-item-title {
	border-bottom-left-radius: 32px;
	border-bottom-right-radius: 32px;
}

.faqs .e-n-accordion .e-n-accordion-item > [role="region"] {
	border-bottom-left-radius: 32px;
	border-bottom-right-radius: 32px;
	overflow: hidden;
}

/** ESTILO GALERIA DE IMAGENES EN PRODUCTO **/

/* CONTENEDOR DEL SLIDE */
.carrusel-imagenes-productos .swiper-slide-inner {
    height: 447px;
    overflow: hidden;
}

/* IMAGEN */
.carrusel-imagenes-productos .swiper-slide-image {
    width: 100%;
    height: 447px;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .carrusel-imagenes-productos .swiper-pagination {
        bottom: -20px;
    }
}

/** ESTILO DIA ACTUAL EN EL CALENDARIO **/

.jet-calendar-week__day-date {
    padding: 5px;
    border-radius: 2px;
}

/* AJUSTE ALTO CARDS TIMELINE EMPRESAS **/

/* Igualar altura de cards del timeline */
.timeline .jet-hor-timeline-list--bottom {
    display: flex;
    align-items: stretch;
}

.timeline .jet-hor-timeline-list--bottom .jet-hor-timeline-item {
    display: flex;
    height: auto;
}

.timeline .jet-hor-timeline-item__card {
    display: flex;
    width: 100%;
    height: 100%;
}

.timeline .jet-hor-timeline-item__card-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.timeline .jet-hor-timeline-item__card-desc {
    flex-grow: 1;
}

/* Colores números */

/* Texto blanco */
.timeline .jet-hor-timeline-list--middle .jet-hor-timeline-item__point-content {
    color: #ffffff !important;
}

/* 01 */
.timeline .jet-hor-timeline-list--middle .elementor-repeater-item-f32abf4 .jet-hor-timeline-item__point-content {
    background-color: #C390DE !important;
}

/* 02 */
.timeline .jet-hor-timeline-list--middle .elementor-repeater-item-ef72fa1 .jet-hor-timeline-item__point-content {
    background-color: #FFA200 !important;
}

/* 03 */
.timeline .jet-hor-timeline-list--middle .elementor-repeater-item-034f4f2 .jet-hor-timeline-item__point-content {
    background-color: #C6A713 !important;
}

/* 04 */
.timeline .jet-hor-timeline-list--middle .elementor-repeater-item-72b6b3e .jet-hor-timeline-item__point-content {
    background-color: #C390DE !important;
}

/* 05 */
.timeline .jet-hor-timeline-list--middle .elementor-repeater-item-554a90d .jet-hor-timeline-item__point-content {
    background-color: #FFA200 !important;
}


/** -------------------------
 ESTILO BOTON AVISAR DISPONIBILIDAD
----------------------------------- **/

button.button.cwg_popup_submit {
    color: white;
    padding: 16px 24px;
    border-radius: 90px;
    font-size: var(--e-global-typography-81baad6-font-size);
    text-transform: var(--e-global-typography-81baad6-text-transform);
    line-height: var(--e-global-typography-81baad6-line-height);
    background-color: #ffa202;
}

button.button.cwg_popup_submit:hover {
    background-color: #ffb83b;
    color: white !important;
}

/** -------------------
ESTILO CAMPO DE FORMULARIO POPUP AVISAME
------------------------------------------ **/

.panel-heading.cwginstock-panel-heading {
    display: none;
}

.cwginstock-subscribe-form .panel-primary {
    border-color: none;
    border: none !important;
}

button.cwgstock_button {
    border: none;
	color: white;
    padding: 16px 24px;
    border-radius: 90px;
    font-size: var(--e-global-typography-81baad6-font-size);
    text-transform: var(--e-global-typography-81baad6-text-transform);
	font-weight: 500;
    line-height: var(--e-global-typography-81baad6-line-height);
    background-color: #ffa202;
}

button.swal2-close {
    margin: 10px;
}

.cwginstock-subscribe-form .panel {
    margin-bottom: 20px;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-group.center-block {
    margin-bottom: 0px;
}

input#cwginstock-form-148-0-name {
    border-radius: 90px;
    line-height: 34px;
}

input#cwginstock-form-148-0-email {
    border-radius: 90px;
    line-height: 34px;
}

.panel-body.cwginstock-panel-body {
    margin-top: 30px;
}

button.swal2-close {
    background-color: #c390de;
    font-size: 30px;
    border-radius: 100%;
    padding: 10px;
}


/** -----------------------------------
 ESTILO TABLA IMPORTE TARJETA REGALO
--------------------------------------- **/

/* Oculta el título "Importe de la tarjeta regalo", deja solo el selector */
.tarjeta-regalo .variations th.label {
    display: none !important;
}

.tarjeta-regalo .variations td.value {
    width: 100% !important;
}

/* Fondo del widget */
.tarjeta-regalo {
    background-color: #fff8ec !important;
}

.tarjeta-regalo,
.tarjeta-regalo .elementor-widget-container,
.tarjeta-regalo .elementor-background-overlay {
    background-color: #fff8ec !important;
    background-image: none !important;
}

.tarjeta-regalo {
    margin-top: 10px !important;
}

.tarjeta-regalo .reset_variations { display: none !important; }
.tarjeta-regalo table.variations td.value { padding-bottom: 0 !important; }
.tarjeta-regalo table.variations { margin-bottom: 0 !important; }
.tarjeta-regalo .single_variation_wrap { margin-top: 20px !important; }

.tarjeta-regalo table.variations td.value {
    background-color: transparent !important;
}

/** ESTILO CAMPO CODIGO CUPON REGALO PAGINA CARRITO **/

/*input#pwgc-redeem-gift-card-number {
    width: 80%;
}*/

div#pwgc-redeem-gift-card-container label {
    font-family: var(--e-global-typography-bd27ab6-font-family), Sans-serif;
    font-size: var(--e-global-typography-bd27ab6-font-size);
    font-weight: var(--e-global-typography-bd27ab6-font-weight);
    line-height: var(--e-global-typography-bd27ab6-line-height);
	margin-bottom: 20px;
	
}

form#pwgc-redeem-form label {
    font-family: var(--e-global-typography-bd27ab6-font-family), Sans-serif;
    font-size: var(--e-global-typography-bd27ab6-font-size);
    font-weight: var(--e-global-typography-bd27ab6-font-weight);
    line-height: var(--e-global-typography-bd27ab6-line-height);
	margin-bottom: 20px;
	color: #483f13;
}

input#pwgc-redeem-button{
	
	color: white;
	padding: 14px 24px 14px 24px;
	border: none;
	font-family: var(--e-global-typography-81baad6-font-family), Sans-serif;
	font-size: var(--e-global-typography-81baad6-font-size);
    font-weight: var(--e-global-typography-81baad6-font-weight);
    text-transform: var(--e-global-typography-81baad6-text-transform);
    line-height: var(--e-global-typography-81baad6-line-height);
}


input#pwgc-redeem-gift-card-number{
	background-color: #f9fafa;
    border: none;
    border-radius: var(--forms-fields-border-radius, 0);
    color: var(--forms-fields-normal-color, #69727d);
    font-size: 14px;
    font-weight: 400;
    padding: var(--forms-fields-padding, 16px);
}
  


#pwgc-redeem-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
	margin-bottom: 20px
}

#pwgc-redeem-form label {
    flex-basis: 100%; 
    margin-bottom: 0px!important;
}

#pwgc-redeem-error {
    flex-basis: 100%;
}

#pwgc-redeem-gift-card-number {
    width: auto;
    flex: 1;          
    max-width: 70%;    
}

#pwgc-redeem-button {
    display: inline-block !important; 
    margin: 0 !important;             
    flex-shrink: 0;                    
}


/* Móvil: input y botón apilados, ambos a ancho completo */
@media (max-width: 1366px) {
    #pwgc-redeem-form {
        flex-direction: column;
        align-items: stretch;
		gap: 15px;
    }

    #pwgc-redeem-gift-card-number {
        max-width: 100%;
        width: 100% !important;
    }

    #pwgc-redeem-button {
        width: 100%;
        display: block !important;
    }
}

/*** ----------------
BACKGROUND IRREGULAR
--------------------- ***/

.background-irregular--contain {
  background-image: url("/wp-content/uploads/2026/08/mancha-acuarela-fondo-segura.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100% !important;
}


/*** ---------------- ESTILO SELECTOR VARIABLES PRODUCTO ----------------------- ***/

/* Selector de fecha + añadir al carrito estilo "card" — activar añadiendo la clase "selector-variable" al contenedor */
.selector-variable {
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 20px !important;
}
.selector-variable .elementor-widget-woocommerce-product-add-to-cart {
  width: 100% !important;
  background: #F6ECD9;
  border-radius: 20px;
  padding: 20px !important;
  box-sizing: border-box;
}
.selector-variable .elementor-widget-button { width: 100% !important; }

.selector-variable .elementor-widget-woocommerce-product-add-to-cart form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
}
.selector-variable .elementor-widget-woocommerce-product-add-to-cart table.variations {
  display: block;
  width: 260px;
  flex: 1 1 260px;
  margin: 0 !important;
}
.selector-variable .elementor-widget-woocommerce-product-add-to-cart table.variations tbody,
.selector-variable .elementor-widget-woocommerce-product-add-to-cart table.variations tr,
.selector-variable .elementor-widget-woocommerce-product-add-to-cart table.variations th,
.selector-variable .elementor-widget-woocommerce-product-add-to-cart table.variations td {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  margin: 0;
  background: transparent !important;
}

/* Título "¿Cuándo quieres venir? Elige tu fecha" en lugar de "Fechas" */
.selector-variable .elementor-widget-woocommerce-product-add-to-cart table.variations th.label label {
  font-size: 0;
  margin-bottom: 12px !important;
  display: block;
}
.selector-variable .elementor-widget-woocommerce-product-add-to-cart table.variations th.label label::before {
  content: "¿Cuándo quieres venir? Elige tu fecha";
  font-size: 16px;
  font-weight: 600;
  color: #3d2b1f;
}

/* Selector: totalmente redondeado + borde 1px, sin fondo propio */
.selector-variable .elementor-widget-woocommerce-product-add-to-cart table.variations select {
  width: 100%;
  height: 52px;
  border-radius: 999px;
  border: 1px solid #3d2b1f;
  padding: 0 44px 0 20px;
  font-size: 15px;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="9" viewBox="0 0 14 9"><path d="M1 1l6 6 6-6" stroke="%233D2B1F" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 18px center;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.selector-variable .reset_variations { display: none !important; }

/* Botón en línea, misma altura que el selector (52px ambos) */
.selector-variable .single_variation_wrap { flex: 1 1 180px; min-width: 180px; }
.selector-variable .woocommerce-variation.single_variation { display: none !important; }
.selector-variable .woocommerce-variation-add-to-cart { display: flex; align-items: center; }
.selector-variable .woocommerce-variation-add-to-cart .quantity { display: none !important; }
.selector-variable .single_add_to_cart_button {
  height: 52px;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
  white-space: nowrap;
  box-sizing: border-box;
}
.selector-variable .elementor-widget-button a.elementor-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .selector-variable .elementor-widget-woocommerce-product-add-to-cart form.cart { flex-direction: column; align-items: stretch; }
  .selector-variable .elementor-widget-woocommerce-product-add-to-cart table.variations { width: 100% !important; flex: 0 0 auto !important; }
  .selector-variable .single_variation_wrap { width: 100% !important; flex: 0 0 auto !important; min-width: 0; }
}

/*** ---------- QUIERO QUE ME AVISES ------------- ***/

.cwg_popup_submit {
  margin-top: 20px !important;
margin-bottom: -20px !important;
  width: 100% !important;
}

/*** ------------ ALINEACION TEXTO NO HAY FECHAS LISTING GRID ------------- ***/

.jet-listing-not-found.jet-listing-grid__items {
text-align: left !important;
}