/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://developers.elementor.com/docs/hello-elementor-theme/
 Description:  Tema hijo de Hello Elementor
 Author:       PlaneaWeb
 Author URI:   https://planeaweb.com
 Template:     hello-elementor
 Version:      1.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
*/

/* Añade aquí tus estilos personalizados */

/* ===========================================
   VARIABLES DE DISEÑO
   =========================================== */
:root {
    --sm-charcoal-dark: #2D2D2D;
    --sm-charcoal: #4A4A4A;
    --sm-charcoal-light: #6B6B6B;
    --sm-dusty-rose: #C4A4A4;
    --sm-dusty-rose-light: #D4B8B8;
    --sm-nude: #E8DDD4;
    --sm-nude-light: #F5F0EB;
    --sm-cream: #FAF8F5;
    --sm-gold: #B8966C;
    --sm-gold-light: #D4B896;
    --sm-white: #FFFFFF;
}

/* ===========================================
   TIPOGRAFÍA BASE
   =========================================== */
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: var(--sm-charcoal);
    background-color: var(--sm-cream);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 400;
    color: var(--sm-charcoal-dark);
}

h1 em, h1 span{color:#A8888A !important;}
#resenas .ti-widget.ti-goog .ti-review-item>.ti-inner, #resenas .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {background:rgba(255,255,255,0.1) !important;}

strong, b {
    font-weight: 600;
}
/* ===========================================
   ESTILOS PERSONALIZADOS
   =========================================== */

/* Aquí añade tu CSS personalizado */


.fondo2colores::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background: #E8DDD4;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    z-index: 0;
}

.fondo2colores {
    position: relative;
    background: #FAF8F5;
}

.fondo2colores .elementor-container {
    position: relative;
    z-index: 1;
}

.metodologia .elementor-icon-list-items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Cada paso individual */
.metodologia .elementor-icon-list-item {
    display: grid !important;
    grid-template-columns: 80px 1fr;
    gap: 30px;
    align-items: start;
    padding: 35px 0;
    border-bottom: 1px solid #E8DDD4;
}

.metodologia .elementor-icon-list-item:last-child {
    border-bottom: none;
}

/* El número grande (span dentro del texto) */
.metodologia .elementor-icon-list-text span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 400;
    color: #D4C4B0;
    line-height: 1;
    display: block;
    margin-bottom: 0;
}

/* El título en negrita */
.metodologia .elementor-icon-list-text strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #2D2D2D;
    display: block;
    margin-bottom: 8px;
}

/* El texto del contenedor */
.metodologia .elementor-icon-list-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    color: #6B6B6B;
    line-height: 1.7;
}

/* Quitar el icono/bullet si lo hay */
.metodologia .elementor-icon-list-icon {
    display: none;
}


/* ===========================================
   SARA MOLINA - CSS PERSONALIZADO ELEMENTOR
   Añadir en: Elementor > Configuración del sitio > CSS personalizado
   =========================================== */

/* ========== VARIABLES CSS ========== */
:root {
    --sm-charcoal: #4A4543;
    --sm-charcoal-light: #6B6563;
    --sm-rose: #C4A4A0;
    --sm-rose-light: #D8C4C0;
    --sm-rose-dark: #A8888A;
    --sm-nude: #D4C4B8;
    --sm-nude-light: #E8DED6;
    --sm-cream: #FAF8F6;
    --sm-white: #FFFFFF;
    --sm-text: #3D3835;
    --sm-text-light: #6B6560;
    --sm-text-muted: #9A9590;
}

/* ========== TIPOGRAFÍAS ========== */
/* Asegúrate de cargar Google Fonts en Elementor > Configuración del sitio */
/* Playfair Display: 400, 500, 600, 400i, 500i */
/* Raleway: 300, 400, 500 */

/* ========== ESTILOS HERO ========== */
.hero-title em {
    font-style: italic;
    color: var(--sm-rose-dark);
}

/* ========== TARJETAS DE NECESIDADES ========== */
.need-card {
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.need-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, 
        rgba(74, 69, 67, 0.9) 0%, 
        rgba(74, 69, 67, 0.4) 40%, 
        transparent 100%);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.need-card:hover::before {
    background: linear-gradient(to top, 
        rgba(196, 164, 160, 0.95) 0%, 
        rgba(196, 164, 160, 0.5) 40%, 
        transparent 100%);
}

.need-card > .elementor-widget-wrap,
.need-card > .e-con-inner {
    position: relative;
    z-index: 2;
}

.need-card .elementor-background-overlay {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.need-card:hover .elementor-background-overlay {
    background: linear-gradient(to top, 
        rgba(196, 164, 160, 0.95) 0%, 
        rgba(196, 164, 160, 0.5) 40%, 
        transparent 100%) !important;
}

/* Efecto zoom en imagen de fondo */
.need-card {
    background-size: cover !important;
    background-position: center !important;
    transition: background-size 0.5s ease !important;
}

.need-card:hover {
    background-size: 110% !important;
}

/* ========== TARJETAS DE TRATAMIENTO ========== */
.treatment-card {
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.treatment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--sm-rose) 0%, var(--sm-nude) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.treatment-card:hover::before {
    transform: scaleX(1);
}

.treatment-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

/* ========== BOTONES ========== */
.elementor-button {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.elementor-button:hover {
    transform: translateY(-3px);
}

/* Botón primario con sombra */
.elementor-button.elementor-button-primary:hover {
    box-shadow: 0 15px 40px rgba(168, 136, 138, 0.3);
}



/* Stagger para elementos en grid */
.needs-grid .elementor-element:nth-child(1) { transition-delay: 0.1s; }
.needs-grid .elementor-element:nth-child(2) { transition-delay: 0.2s; }
.needs-grid .elementor-element:nth-child(3) { transition-delay: 0.3s; }
.needs-grid .elementor-element:nth-child(4) { transition-delay: 0.4s; }

.treatments-grid .elementor-element:nth-child(1) { transition-delay: 0.1s; }
.treatments-grid .elementor-element:nth-child(2) { transition-delay: 0.2s; }
.treatments-grid .elementor-element:nth-child(3) { transition-delay: 0.3s; }

/* ========== HEADER FIJO ========== */
.elementor-sticky--effects {
    background-color: rgba(250, 248, 246, 0.97) !important;
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04);
}

/* ========== FRANJA DE CONFIANZA ========== */
#trust-strip {
    position: relative;
    overflow: hidden;
}

#trust-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, var(--sm-rose-dark) 0%, transparent 40%),
        radial-gradient(circle at 80% 50%, var(--sm-nude) 0%, transparent 40%);
    opacity: 0.15;
    pointer-events: none;
}

/* ========== TESTIMONIOS ========== */
.testimonial-card {
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--sm-rose);
}

.testimonial-card:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: var(--sm-rose) !important;
    transform: translateY(-5px);
}

/* ========== TARJETA REGALO ========== */
.gift-option {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.gift-option:hover {
    border-color: var(--sm-rose) !important;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* ========== BOTÓN WHATSAPP FLOTANTE ========== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg,
.whatsapp-float i {
    color: white;
    font-size: 28px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .need-card {
        min-height: 320px !important;
    }
    
    .treatment-card {
        padding: 30px !important;
    }
}

@media (max-width: 768px) {
    .hero-content {
        padding: 100px 20px 60px !important;
        text-align: center;
    }
    
    .hero-buttons {
        justify-content: center;
        flex-direction: column;
    }
    
    .hero-buttons .elementor-button {
        width: 100%;
    }
    
    #trust-strip {
        padding: 30px 20px !important;
    }
    
    #trust-strip .elementor-container {
        flex-direction: column;
        gap: 15px !important;
    }
    
    .cta-section .elementor-container {
        flex-direction: column;
        text-align: center;
    }
    
    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .cta-buttons .elementor-button {
        width: 100%;
    }
}

/* ========== SMOOTH SCROLL ========== */
html {
    scroll-behavior: smooth;
}

/* ========== SELECCIÓN DE TEXTO ========== */
::selection {
    background: var(--sm-rose-light);
    color: var(--sm-charcoal);
}

/* ========== FOCUS ACCESIBILIDAD ========== */
.elementor-button:focus,
a:focus {
    outline: 2px solid var(--sm-rose);
    outline-offset: 2px;
}

/** QUE NECESITAS ***************************************************************************/
/* =====================================================
   CSS PERSONALIZADO PARA ELEMENTOR - SARA MOLINA
   Página: ¿Qué necesitas? - VERSIÓN 2 (Grid único)
   
   INSTRUCCIONES:
   Añadir este CSS en: Elementor > Ajustes del sitio > CSS Personalizado
   O en: Apariencia > Personalizar > CSS Adicional
   ===================================================== */

/* ===== VARIABLES DE COLOR ===== */
:root {
    --sm-primary: #C9A86C;
    --sm-primary-light: #D4BA8A;
    --sm-primary-dark: #A8894F;
    --sm-secondary: #8B7355;
    --sm-cream: #FAF7F2;
    --sm-text: #4A4A4A;
    --sm-text-light: #6B6B6B;
}

/* ===== TÍTULO CON CURSIVA (H1) ===== */
h1 em,
.elementor-heading-title em {
    font-style: italic;
    color: var(--sm-primary);
}

/* ===== TARJETAS DE NECESIDADES (Call to Action Widget) ===== */

/* Contenedor principal de la tarjeta */
.need-card-cta {
    position: relative;
    overflow: hidden;
    border-radius: 12px !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.need-card-cta:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

/* Imagen de fondo */
.need-card-cta .elementor-cta__bg-wrapper {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.need-card-cta:hover .elementor-cta__bg-wrapper {
    transform: scale(1.08);
}

/* Overlay degradado dorado */
.need-card-cta .elementor-cta__bg-overlay {
    background: linear-gradient(
        180deg, 
        rgba(201, 168, 108, 0) 0%,
        rgba(201, 168, 108, 0.15) 40%,
        rgba(139, 115, 85, 0.8) 100%
    ) !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.need-card-cta:hover .elementor-cta__bg-overlay {
    background: linear-gradient(
        180deg, 
        rgba(201, 168, 108, 0.05) 0%,
        rgba(201, 168, 108, 0.25) 40%,
        rgba(139, 115, 85, 0.9) 100%
    ) !important;
}

/* Título de la tarjeta */
.need-card-cta .elementor-cta__title {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

/* Contenido centrado en la parte inferior */
.need-card-cta .elementor-cta__content {
    text-align: center;
}

/* ===== EFECTO "VER MÁS" EN HOVER (Opcional) ===== */
/* Si quieres añadir un texto "Ver más" que aparezca en hover,
   añade una descripción en el widget CTA y usa este CSS: */

.need-card-cta .elementor-cta__description {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin-top: 8px !important;
}

.need-card-cta:hover .elementor-cta__description {
    opacity: 1;
    transform: translateY(0);
}

/* ===== RESPONSIVE: 2 columnas en tablet/móvil ===== */
@media (max-width: 1024px) {
    .need-card-cta {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .need-card-cta .elementor-cta__title {
        font-size: 18px !important;
    }
    
    .need-card-cta .elementor-cta__content {
        padding: 18px !important;
    }
}

/* ===== BOTÓN FLOTANTE WHATSAPP ===== */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg,
.whatsapp-float i {
    font-size: 28px;
    color: white;
}



/* ===== HOVER EN BOTONES CTA ===== */
.elementor-button {
    transition: all 0.3s ease !important;
}

.elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(201, 168, 108, 0.3);
}

/* ===== ESTILOS PARA MÓVIL: Grid 2x columnas ===== */
@media (max-width: 767px) {
    /* Forzar 2 columnas en móvil */
    .elementor-section[data-id="grid-row-1"] .elementor-row,
    .elementor-section[data-id="grid-row-2"] .elementor-row,
    .elementor-section[data-id="grid-row-3"] .elementor-row,
    .elementor-section[data-id="grid-row-4"] .elementor-row,
    .elementor-section[data-id="grid-row-5"] .elementor-row {
        flex-wrap: wrap;
    }
    
    .elementor-section[data-id^="grid-row"] .elementor-column {
        width: 50% !important;
    }
    
    /* Botones CTA en columna en móvil */
    .cta-buttons-section .elementor-column {
        width: 100% !important;
        margin-bottom: 10px;
    }
    
    .cta-buttons-section .elementor-button {
        width: 100%;
        justify-content: center;
    }
}

/* ===== AJUSTES FINOS ===== */

/* Quitar margen inferior del último row */
.elementor-section:last-of-type .need-card-cta {
    margin-bottom: 0;
}

/* Espaciado consistente entre tarjetas */
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
    padding: 10px;
}


/**
 * Estilos Tarjeta Regalo
 * Sara Molina Estética Avanzada
 */

.tarjeta-regalo-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #fdf8f5 0%, #f9f1ec 100%);
}

.tarjeta-regalo-container {
    max-width: 600px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.08);
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
}

.tarjeta-regalo-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #c9a86c 0%, #d4b87a 50%, #c9a86c 100%);
}

/* Header */
.tarjeta-regalo-header {
    text-align: center;
    margin-bottom: 40px;
}

.tarjeta-regalo-header h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #c9a86c;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.tarjeta-regalo-header .subtitulo {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    max-width: 400px;
    margin: 0 auto;
}

/* Campos */
.campo-grupo {
    margin-bottom: 25px;
}

.campo-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.campo-input,
.campo-textarea,
.tratamiento-select {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e8e0d8;
    border-radius: 10px;
    font-size: 1rem;
    color: #333;
    background: #fdfcfb;
    transition: all 0.3s ease;
}

.campo-input:focus,
.campo-textarea:focus,
.tratamiento-select:focus {
    outline: none;
    border-color: #c9a86c;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(201, 168, 108, 0.1);
}

.campo-textarea {
    resize: vertical;
    min-height: 80px;
}

/* Selector Tipo */
.tipo-opciones {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tipo-opcion {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border: 2px solid #e8e0d8;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tipo-opcion:hover {
    border-color: #c9a86c;
    background: #fdfaf7;
}

.tipo-opcion input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #c9a86c;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
}

.tipo-opcion input[type="radio"]:checked {
    background: #c9a86c;
    border-color: #c9a86c;
}

.tipo-opcion input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.tipo-opcion input[type="radio"]:checked + .tipo-texto {
    color: #c9a86c;
    font-weight: 600;
}

.tipo-texto {
    font-size: 1rem;
    color: #555;
}

/* Selector Importe */
.importes-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.importe-opcion {
    flex: 1;
    min-width: 100px;
    padding: 20px 15px;
    border: 2px solid #e8e0d8;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.importe-opcion:hover {
    border-color: #c9a86c;
    transform: translateY(-2px);
}

.importe-opcion.selected {
    border-color: #c9a86c;
    background: linear-gradient(135deg, #fdf8f3 0%, #f9f1e8 100%);
    box-shadow: 0 4px 15px rgba(201, 168, 108, 0.2);
}

.importe-opcion input[type="radio"] {
    display: none;
}

.importe-valor {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
}

.importe-opcion.selected .importe-valor {
    color: #c9a86c;
}

/* Selector Tratamiento */
.tratamiento-select {
    cursor: pointer;
}

/* Caducidad */
.caducidad-info {
    padding: 15px 20px;
    background: #f9f7f5;
    border-radius: 10px;
    border-left: 4px solid #c9a86c;
}

.caducidad-texto {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
}

.caducidad-texto strong {
    color: #333;
}

.caducidad-nota {
    display: block;
    font-size: 0.85rem;
    color: #888;
    margin-top: 4px;
}

/* Footer / Precio y Botón */
.tarjeta-regalo-footer {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.precio-display {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.precio-label {
    font-size: 1rem;
    color: #666;
}

.precio-valor {
    font-size: 2rem;
    font-weight: 700;
    color: #c9a86c;
}

.btn-comprar {
    padding: 16px 40px;
    background: linear-gradient(135deg, #c9a86c 0%, #b8975b 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-comprar:hover {
    background: linear-gradient(135deg, #b8975b 0%, #a7864a 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(201, 168, 108, 0.4);
}

/* Contacto */
.tarjeta-regalo-contacto {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid #eee;
    text-align: center;
}

.tarjeta-regalo-contacto p {
    margin: 5px 0;
    font-size: 0.9rem;
    color: #888;
}

.tarjeta-regalo-contacto a {
    color: #c9a86c;
    text-decoration: none;
}

.tarjeta-regalo-contacto a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 600px) {
    .tarjeta-regalo-container {
        padding: 35px 25px;
    }
    
    .tarjeta-regalo-header h1 {
        font-size: 1.4rem;
    }
    
    .importes-grid {
        flex-direction: column;
    }
    
    .importe-opcion {
        min-width: 100%;
    }
    
    .tarjeta-regalo-footer {
        flex-direction: column;
        text-align: center;
    }
    
    .btn-comprar {
        width: 100%;
    }
}
/** FIN TARJETA REGALO ********************************************************/

