
  :root {
    --coral:       #5A189A;
    --coral-light: #FF8C80;
    --coral-pale:  #FFE8E5;
    --coral-ultra: #FFF0EE;
    --graphite:    #555555;
    --graphite-mid:#666666;
    --graphite-soft:#888888;
    --gold:        #c9a24d;
    --gold-light:  #D4B96A;
    --gold-pale:   #F5EDD8;
    --warm-white:  #FFFFFF;
    --linen:       #EDE4DC;
    --ivory:       #FAFAFA;
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }

  body {
    font-family: 'Poppins', sans-serif;
    background: #F5F1EB;
    color: var(--graphite);
    overflow-x: hidden;
    /*  */
  }

  /* ── CURSOR ── */
  /* .cursor { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999; }
  .cursor-dot {
    width: 7px; height: 7px; background: var(--coral);
    border-radius: 50%; position: absolute; transform: translate(-50%,-50%);
  }
  .cursor-ring {
    width: 34px; height: 34px; border: 1.5px solid var(--coral);
    border-radius: 50%; position: absolute; transform: translate(-50%,-50%);
    transition: width .35s, height .35s, border-color .35s; opacity: .55;
  }
  .cursor-ring.hov { width: 52px; height: 52px; border-color: var(--gold); opacity: 1; } */

  /* ── NAV ── */
  nav {
    position: fixed; inset: 0 0 auto 0; z-index: 100;
    display: grid; grid-template-columns: auto auto auto; align-items: center; justify-content: space-between;
    padding: 26px 64px;
    transition: background .45s, padding .35s, box-shadow .35s;
  }
  nav.scrolled {
    /* background: rgba(255,247,243,.93);  */
    /* backdrop-filter: blur(14px); */
    background:#F5F1EB;
    padding: 16px 64px; 
    /* box-shadow: 0 2px 24px rgba(255,111,97,.08); */
  }

  /* logo */
  .logo { display: flex; align-items: baseline; gap: 0; text-decoration: none; }
  .logo-celebra {
    font-family: 'Playfair Display', serif;
    font-style: italic; font-size: 1.65rem; font-weight: 600;
    color: var(--coral); line-height: 1;
  }
  .logo-conmigo {
    font-family: 'Poppins', sans-serif;
    font-size: 1.32rem; font-weight: 500; color: var(--graphite); line-height: 1;
  }
  .logo-star { font-size: .85rem; color: var(--gold); margin-left: 3px; vertical-align: super; }

  .nav-links { display: flex; gap: 44px; list-style: none; }
  .nav-links a {
    font-size: .7rem; letter-spacing: .18em; text-transform: uppercase;
    font-weight: 400; color: var(--graphite); text-decoration: none;
    position: relative; padding-bottom: 3px;
  }
  .nav-links a::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 0; height: 1.5px; background: var(--coral);
    transition: width .35s ease;
  }
  .nav-links a:hover::after { width: 100%; }
  .nav-links a:hover { color: var(--coral); }

  .nav-cta {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--graphite-soft);
    text-decoration: none;
    border-bottom: 1px solid var(--graphite-soft);
    padding-bottom: 2px;
    transition: color 0.25s, border-color 0.25s;
  }
  .nav-cta:hover { background: var(--graphite-soft); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(179, 179, 179, 0.4); }

  /* ── HERO ── */
  .hero {
    min-height: 100vh; display: grid;
    grid-template-columns: 1fr 1fr; 
    position: relative; 
    overflow: hidden;
    /* background-image: url(img/fondoportada2.jpg);
         background-size: cover, cover, contain; */
         justify-content: center;
  }

  img.logo{
    max-width: 300px;

  }


 .imgportada2{
  background-image: url(img/fondoportada2.jpg);
        background-size: cover;
    background-position: center;
    height: 500px;

 }
  .hero-left {
    display: flex; flex-direction: column; justify-content: center;
     position: relative; z-index: 2;
     margin: 0 auto;
  }
  /* .hero-pill {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--gold); border-radius: 100px;
    padding: 6px 16px 6px 10px; width: fit-content; margin-bottom: 40px;
  }
  .hero-pill-dot {
    width: 6px; height: 6px; background: var(--warm-white); border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
  } */
  @keyframes pulse { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.6);opacity:.5} }
  .hero-pill-text {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    text-align: center;
  
    font-size: 1rem;
    /* letter-spacing: 0.1em; */
    text-transform: uppercase;
    color: var(---graphite-soft);
    margin-bottom: 32px;
    /* opacity: 0; */
    animation: slideUp 0.7s 0.25s ease both;
  }

  .hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1rem);
    font-weight: 600; line-height: 1.08; color: var(--graphite);
  margin-bottom: 28px;
  }

 .pillecos{
   margin-bottom: 52px;
   text-align: center;
 }

 .pilleco{
background: #c9a24d;
    border-radius: 20px;
    padding: 4px;
   
    font-size: 10px;
    
    color: white;
    text-align: center;
}
  .hero-title .serif-italic { font-style: italic; color: var(--coral); }
  .hero-title .accent-gold { color: var(--gold); }

  .hero-tagline {
    display: flex; align-items: center; gap: 10px;
    font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
    color: var(--gold); font-weight: 400; margin-bottom: 28px; margin-top: 29px;
  }
  .tagline-line { width: 28px; height: 1px; background: var(--gold); }

  .hero-subtitle {
    font-size: .86rem; font-weight: 500; line-height: 1.9;
    color: var(--graphite); max-width: 380px; 
  }
  .hero-actions { display: flex;margin-top: 30pX; align-items: center; gap: 28px; }
  .btn-primary {
    background: #ffffff;
    color: #c9a24d;
    padding: 15px 40px;
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    /* border: 1px solid #333; */
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 6px 20px rgb(132 123 123 / 32%);
    transition: background .3s, transform .3s, box-shadow .3s;
  }
  .btn-primary:hover { background: var(--gold-light); 
    transform: translateY(-3px); 
    box-shadow: 0 12px 32px rgba(214, 214, 214, 0.32);
  color: white; }

  .btn-ghost {
    font-size: .7rem; letter-spacing: .14em; color: var(--coral);
    text-transform: uppercase; text-decoration: none; font-weight: 400;
    display: flex; align-items: center; gap: 8px;
    transition: color .3s, gap .3s;
  }
  .btn-ghost2 {
    background: white;
    
    color: #c9a24d;
    padding: 15px 40px;
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    /* border: 1px solid #333; */
    border-radius: 6px;
    text-decoration: none;
    display: grid;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 6px 20px rgb(132 123 123 / 32%);
    transition:.3s, transform .3s, box-shadow .3s;
    margin: 0 auto;
    width: 200px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 60px;
    cursor: pointer;
  }

.btn-ghost2:hover { background: var(--gold); color: white; }
  .btn-ghost:hover { color: var(--coral); gap: 14px; }
  /* .btn-ghost::after { content: '→'; } */

  .hero-stats {
    display: flex; gap: 44px; margin-top: 30px;
     border-top: 1px solid var(--linen);
     justify-content: center;
     text-align: center;
  }
  .stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 2.1rem; font-weight: 600; color: var(--coral); display: block;
  }
  .stat-label {
    font-size: .6rem; letter-spacing: .18em; text-transform: uppercase;
    color: var(--graphite-soft); font-weight: 400; display: block; margin-top: 2px;
  }

  /* Hero right */
  .hero-right {
    /* position: relative; justify-content: center;
    align-items: center;
    display: grid; */
    /* margin: 0 auto; */
    /* width: 80%;
    margin: 0 auto; */
    /* background: linear-gradient(150deg, #FFF0EE 0%, #FFE0DC 55%, #FFECD8 100%); */
        display: grid;
   
    align-items: center;
  }
  .hero-blob {
    position: absolute; border-radius: 50%;
    /* background: radial-gradient(circle, rgba(255,111,97,.15) 0%, transparent 70%); */
  }
  .hero-blob-1 { width: 500px; height: 500px; top: -100px; right: -100px; }
  .hero-blob-2 { width: 300px; height: 300px; bottom: 50px; left: 20px; opacity: .6; }

  .phones-container {
    position: relative; z-index: 2; height: 100%;
    display: flex; align-items: center; justify-content: center;
    gap: 0;
  }
  .phone {
    width: 196px; height: 390px; border-radius: 38px;
    background: var(--graphite); position: relative; flex-shrink: 0;
    border: 2px solid rgba(255,111,97,.2);
    box-shadow: 0 32px 64px rgba(46,46,46,.22), 0 8px 16px rgba(46,46,46,.12);
    overflow: hidden;
  }
  .phone-center { transform: scale(1.1); z-index: 3; box-shadow: 0 48px 80px rgba(46,46,46,.3); }
  .phone-left  { transform: scale(.86) translateX(28px); opacity: .7; z-index: 1; }
  .phone-right { transform: scale(.86) translateX(-28px); opacity: .7; z-index: 1; }
  .phone-notch {
    position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
    width: 56px; height: 6px; background: rgba(0,0,0,.85); border-radius: 4px; z-index: 10;
  }
  .phone-screen {
    width: 100%; height: 100%;
    display: flex; flex-direction: column; align-items: center;
    justify-content: center; padding: 28px 20px;
    font-family: 'Playfair Display', serif; text-align: center;
  }
  .phone-screen.warm  { background: linear-gradient(160deg, #FFF7F3 0%, #FFE8E5 100%); }
  .phone-screen.dark  { background: linear-gradient(160deg, #2E2E2E 0%, #1a1a1a 100%); }
  .phone-screen.gold  { background: linear-gradient(160deg, #FEFAF0 0%, #F5EDD8 100%); }
  .ph-ornament { font-size: 1.1rem; color: var(--gold-light); margin-bottom: 10px; }
  .ph-ornament.g { color: var(--gold); }
  .ph-ornament.w { color: rgba(255,111,97,.7); }
  .ph-names { font-size: 1.35rem; font-weight: 500; line-height: 1.25; }
  .ph-names.light { color: #fff; }
  .ph-names.coral { color: var(--gold-light); }
  .ph-names.dark-name { color: var(--graphite); }
  .ph-divider { width: 36px; height: 1.5px; background: var(--coral); margin: 10px auto; opacity: .5; }
  .ph-divider.g { background: var(--gold); }
  .ph-date { font-family: 'Poppins', sans-serif; font-size: .52rem; letter-spacing: .24em; text-transform: uppercase; color: var(--graphite-soft); }
  .ph-date.light { color: rgba(201,162,77,.7); }
  .ph-venue { font-family: 'Poppins', sans-serif; font-size: .55rem; color: var(--graphite-soft); margin-top: 6px; }
  .ph-venue.light { color: rgba(255,255,255,.45); }

  .hero-floating-tag {
    position: absolute; bottom: 56px; left: 56px; z-index: 4;
    background: #fff; padding: 16px 20px;
    box-shadow: 0 8px 32px rgba(46,46,46,.1); border-radius: 6px;
    border-left: 3px solid var(--coral);
  }
  .float-label { font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; color: var(--graphite-soft); }
  .float-value { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 500; color: var(--graphite); margin-top: 2px; }
  .float-sub { font-size: .6rem; color: var(--coral); font-weight: 400; margin-top: 1px; }

  /* ── MARQUEE ── */
  .marquee { background: var(--warm-white); padding: 17px 0; overflow: hidden; white-space: nowrap; }
  .marquee-track { display: inline-flex; animation: marquee 32s linear infinite; }
  .mi {
    display: inline-flex; align-items: center; gap: 20px;
    padding: 0 28px; font-size: .7rem; letter-spacing: .26em;
    text-transform: uppercase; color:var(--graphite-soft); font-weight: 400;
  }
  .mi-dot { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; opacity: .5; flex-shrink: 0; }
  @keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

  /* ── SECTIONS ── */
  section { padding: 40px 80px; }
  .sec-label {
    display: flex; align-items: center; gap: 14px; margin-bottom: 20px;
  }
  .sec-label-bar { width: 28px; height: 2px; background: var(--coral); border-radius: 6px; }
  .sec-label-text { font-size: .8rem; letter-spacing: .28em; text-transform: uppercase; color: var(--coral); font-weight: 500; }
  .sec-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 3.8vw, 3.6rem);
    font-weight: 600; line-height: 1.12; color: var(--graphite);
  }
  .sec-title em { font-style: italic; color: var(--coral); }
  .sec-title .g { color: var(--gold); }

  /* ── REVEAL ── */
  .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .d1{transition-delay:.1s} .d2{transition-delay:.2s} .d3{transition-delay:.3s} .d4{transition-delay:.4s}

  /* ── SHOWCASE ── */
  .showcase { background: #F5F1EB;max-width: 960px;
    margin: 0 auto; }
  .showcase-top { display: flex;  justify-content: space-between; margin-bottom: 60px; flex-direction: column; margin-top: 30px; }
  .showcase-note { 
  
    color: var(--graphite-soft); 
  
    display: flex;
        align-items: center;
      font-size: .86rem;
    font-weight: 500;
    line-height: 1.9;
    color: var(--graphite);
    max-width: 380px;
    margin-top: 30px;
      }
  .gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 16px; }
  .g-card { position: relative; overflow: hidden;  border-radius: 4px; }

  .g-inner { padding-top: 100%; position: relative; }

  .g-bg {
    position: absolute; inset: 0; display: flex;
    align-items: center; justify-content: center;
    transition: transform .65s cubic-bezier(.25,.46,.45,.94);
  }
  .g-card:hover .g-bg { transform: scale(1.07); }
  .gb1 { background: linear-gradient(150deg, #d4b96a 0%, #f5f1eb 100%); }
  .gb2 { background:linear-gradient(180deg, #F5F1EB 0%, #5a189a5c 100%)}
  .gb3 { background: linear-gradient(150deg, #FFF7F3 0%, #F5EDD8 100%); }
  .gb4 { background: linear-gradient(150deg, #1a1a1a 0%, #2E2E2E 100%); }
  .gb5 { background: linear-gradient(150deg, #FFE8D5 0%, #F5DCC8 100%); }

  .g-content {
    position: absolute; inset: 0; display: flex; flex-direction: column;
    align-items: center; justify-content: center; padding: 28px;
    font-family: 'Playfair Display', serif; text-align: center;
  }
  .g-title { font-size: 1.6rem; font-weight: 500; color: var(--graphite); line-height: 1.2;margin-bottom: 30px; }
  /* .g-card:first-child .g-title { font-size: 2.4rem; } */
  .g-title.lgt { color: rgba(255,247,243,.92); }
  .g-tag { font-family:'Poppins',sans-serif; font-size:.52rem; letter-spacing:.28em; text-transform:uppercase; color:var(--graphite-soft); margin-top:8px; }
  .g-tag.lgt { color:rgba(201,162,77,.75); }
  .g-divider { width:28px; height:1.5px; background:var(--coral); margin:12px auto; opacity:.6; }
  .g-divider.g { background:var(--gold); }

  .g-overlay {
    position: absolute; inset: 0;
    background: rgba(255,111,97,.82);
    display: flex; align-items: flex-end; padding: 24px;
    opacity: 0; transition: opacity .38s;
  }
  .g-card:hover .g-overlay { opacity: 1; }
  .g-overlay-text { font-size:.62rem; letter-spacing:.2em; text-transform:uppercase; color:#fff; font-weight:500; border-bottom:1.5px solid rgba(255,255,255,.5); padding-bottom:3px; }

  /* ── PRICING ── */
 
  .pricing-head { text-align: center; margin-bottom: 64px; }
  .pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
  .p-card {
    background: #fff; padding: 52px 40px; border-radius: 4px;
    border: 1.5px solid var(--linen); position: relative;
    transition: transform .38s, box-shadow .38s, border-color .38s;
  }
  .p-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(255,111,97,.1); border-color: var(--coral-pale); }
  .p-card.featured {
    background: var(--coral); 
    border-color: var(--graphite);
    transform: translateY(-14px);
    box-shadow: 0 36px 72px rgba(46,46,46,.22);
  }
  .p-card.featured:hover { transform: translateY(-20px); }
  .p-badge {
    position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
    background: var(--gold); color: #fff;
    font-size: .56rem; letter-spacing: .22em; text-transform: uppercase;
    padding: 4px 18px; border-radius: 100px; font-weight: 500; white-space: nowrap;
    box-shadow: 0 4px 12px rgba(255,111,97,.38);
  }
  .p-plan { font-size:.62rem; letter-spacing:.3em; text-transform:uppercase; color:var(--coral); font-weight:500; margin-bottom:18px; }
  .plan2 {color: white;}
  .p-price { font-family:'Playfair Display',serif; font-size:3.8rem; font-weight:600; color:var(--graphite); line-height:1; }
  .p-card.featured .p-price { color:#fff; }
  .p-currency { font-size:1.3rem; vertical-align:super; margin-right:3px; color:var(--coral); }
  .cy2{color: white;}
  del.redtacha {
    color: #d4af37;
}

.dct2{
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  margin-top: 30px;
}
.valordct2,.dct2{
  color: white;
}
  .p-desc { font-size:.76rem; font-weight:300; color:var(--graphite-soft); margin:12px 0 36px; line-height:1.65; }
  .p-card.featured .p-desc { color:white; }
  .p-feats { list-style:none; display:flex; flex-direction:column; gap:12px; margin-bottom:40px; }
  .p-feats li { display:flex; align-items:center; gap:10px; font-size:.76rem; font-weight:300; color:var(--graphite); }
  .p-card.featured .p-feats li { color:rgba(255,247,243,.72); }
  .fc { width:18px; height:18px; background:var(--coral-pale); border-radius:2px; display:flex; align-items:center; justify-content:center; font-size:.62rem; color:var(--coral); flex-shrink:0; }
  .fx { width:18px; height:18px; border-radius:2px; display:flex; align-items:center; justify-content:center; font-size:.58rem; color:var(--linen); flex-shrink:0; }
  .btn-plan {
    width:100%; padding:15px; text-align:center;
    font-size:.68rem; letter-spacing:.18em; text-transform:uppercase;
    font-weight:500;  border:none; border-radius:2px;
    font-family:'Poppins',sans-serif; transition:all .3s;
  }
  .btn-outline-plan,.btn-filled-plan { background: #F5F1EB;
    color: #c9a24d;
    padding: 15px 0px;
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    /* border: 1px solid #333; */
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 6px 20px rgb(92 92 92 / 32%);
    transition: background .3s, transform .3s, box-shadow .3s;
 }

 section#caracteristicas {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 30px;
}
  .btn-outline-plan:hover { background-color: #b8962e;
    color: White; }
 
  .btn-filled-plan:hover { background-color: #b8962e;
    color: White; }
section#caracteristicas {
    background: #f5f1eb;
    margin-top: 30px;
}
  /* ── TABLE ── */
  .tbl-section { background: #fff; }
  .tbl-head { text-align:center; margin-bottom:64px; }
  table { width: 100%;
  table-layout: fixed; border-collapse:collapse;    background: white;}
  thead th { padding:10px; text-align:center; font-size:.6rem; letter-spacing:.24em; text-transform:uppercase; font-weight:500; color:var(--graphite-soft); border-bottom:2px solid var(--linen); }
  thead th:first-child { text-align:left; }
  thead th.th-feat { background:var(--gold); color:var(--coral); letter-spacing: 0.08em; border-radius:4px 4px 0 0; }
  tbody tr { border-bottom:1px solid var(--linen); transition:background .2s; }
  tbody tr:hover { background:rgb(201 162 77 / 30%); }
  tbody td { padding:10px; font-size:.76rem; font-weight:300; color:var(--graphite); text-align:center; }
  tbody td:first-child { text-align:left; font-weight:400; }
  .td-f { background:rgba(46,46,46,.025); }
  .ck { color:var(--coral); font-size:.95rem; }
  .cx { color:var(--linen); font-size:.95rem; }
  .td-chip { display:inline-block; background:var(--coral-pale); color:var(--coral); padding:3px 12px; font-size:.58rem; letter-spacing:.15em; text-transform:uppercase; border-radius:100px; }
th:first-child,
td:first-child {
  width: 38%;
  word-break: break-word;
  overflow-wrap: break-word;
}
th:not(:first-child),
td:not(:first-child) {
  width: 20.5%;
  text-align: center;
}

/* th small {
  display: block;
  font-size: 11px;
  opacity: 0.7;
}

th:first-child,
td:first-child {
  width: 34%;
}
th:not(:first-child),
td:not(:first-child) {
  width: 22%;
} */
  /* ── PROCESS ── */
  .process { background: #F5F1EB;max-width: 960px;margin: 0 auto; margin-top: 30px;}
  .process .sec-label-text { color:var(--coral); }
  .process .sec-label-bar { background:var(--coral); }
  .process .sec-title { color:var(--graphite);  }
  .process-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:30px; margin-top:64px; background:rgba(255,255,255,.04); border-radius:4px; overflow:hidden; }
  .p-step { background:white; padding:52px 10px; position:relative; overflow:hidden; transition:background .35s; }
  /* .p-step:hover { background:var(--gold); color: white; } */
  .p-num { font-family:'Playfair Display',serif; font-size:5rem; font-weight:600; color:var(--coral); position:absolute; top:20px; right:28px; line-height:1; }
  .p-icon { width:46px; height:46px; background:var(--gold); border-radius:2px; display:flex; align-items:center; justify-content:center; font-size:1.2rem; color:var(--coral); margin-bottom:24px; }
  .p-step-title { text-align: center;font-family:'Playfair Display',serif; font-size:1.5rem; font-weight:500; color:var(--graphite); margin-bottom:12px; line-height:1.2; }
  .p-step-desc { font-size:.76rem; font-weight:300; color:var(---graphite-soft); line-height:1.85; }

  /* ── BONUS ── */
  .bonus { background:linear-gradient(140deg, #FFE8E5 0%, #FFF0EE 50%, #F5EDD8 100%); }
  .bonus-inner { display:grid; grid-template-columns:280px 1fr; gap:80px; align-items:center; }
  .bonus-box {
    background:var(--coral); padding:48px 36px; text-align:center; border-radius:4px;
    position:relative; box-shadow:0 24px 48px rgba(255,111,97,.35);
  }
  .bonus-box::before { content:''; position:absolute; inset:8px; border:1.5px solid rgba(255,255,255,.25); border-radius:2px; }
  .bonus-free { font-size:.6rem; letter-spacing:.28em; text-transform:uppercase; color:rgba(255,255,255,.7); margin-bottom:16px; display:block; }
  .bonus-old { font-size:.88rem; color:rgba(255,255,255,.4); text-decoration:line-through; margin-bottom:4px; }
  .bonus-price { font-family:'Playfair Display',serif; font-size:4rem; font-weight:600; color:#fff; line-height:1; }
  .bonus-plan-label { font-size:.6rem; letter-spacing:.18em; text-transform:uppercase; color:rgba(255,255,255,.6); margin-top:10px; display:block; }
  .bonus-content .sec-label-text { color:var(--gold); }
  .bonus-content .sec-label-bar { background:var(--gold); }
  .bonus-title { font-family:'Playfair Display',serif; font-size:2.5rem; font-weight:600; color:var(--graphite); line-height:1.15; margin-bottom:20px; }
  .bonus-title em { font-style:italic; color:var(--coral); }
  .bonus-body { font-size:.8rem; font-weight:300; color:var(--graphite-soft); line-height:1.9; margin-bottom:36px; }
  .bonus-perks { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:40px; }
  .b-perk { display:flex; align-items:flex-start; gap:10px; font-size:.73rem; font-weight:300; color:var(--graphite-mid); line-height:1.5; }
  .b-perk-icon { color:var(--coral); margin-top:1px; flex-shrink:0; font-size:.8rem; }
  .btn-bonus { background:var(--graphite); color:#fff; padding:15px 44px; font-size:.68rem; font-weight:500; letter-spacing:.18em; text-transform:uppercase; border:none; border-radius:2px;  font-family:'Poppins',sans-serif; transition:all .3s; display:inline-block; text-decoration:none; box-shadow:0 6px 20px rgba(46,46,46,.25); }
  .btn-bonus:hover { background:#444; transform:translateY(-2px); box-shadow:0 12px 32px rgba(46,46,46,.35); }

  /* ── TESTIMONIALS ── */
  .testimonials { background:#F5F1EB; overflow:hidden; }
  .test-head { text-align:center; margin-bottom:64px; }
  .test-wrapper { overflow:hidden; margin:0 -80px; }
  .test-track { display:flex; gap:20px; padding:0 80px; animation:slide 34s linear infinite; width:max-content; }
  @keyframes slide { from{transform:translateX(0)} to{transform:translateX(-50%)} }
  .t-card { background:#fff; padding:36px 32px; width:308px; flex-shrink:0; border-radius:4px; border-top:3px solid var(--coral-pale); box-shadow:0 4px 16px rgba(46,46,46,.06); transition:border-color .3s, box-shadow .3s; }
  .t-card:hover { border-color:var(--coral); box-shadow:0 8px 28px rgba(255,111,97,.12); }
  .t-stars { color:var(--coral); font-size:.62rem; letter-spacing:3px; margin-bottom:12px; }
  .t-quote { font-family:'Playfair Display',serif; font-size:2.6rem; font-weight:400; color:var(--coral-pale); line-height:.4; margin-bottom:14px; }
  .t-text { font-size:.78rem; font-weight:300; color:var(--graphite); line-height:1.8; margin-bottom:24px; }
  .t-author { display:flex; align-items:center; gap:12px; }
  .t-avatar { width:38px; height:38px; border-radius:50%; background:var(--coral-pale); display:flex; align-items:center; justify-content:center; font-family:'Playfair Display',serif; font-size:.95rem; color:var(--coral); }
  .t-name { font-size:.72rem; font-weight:500; color:var(--graphite); display:block; }
  .t-event { font-size:.62rem; font-weight:300; color:var(--graphite-soft); display:block; margin-top:2px; }

  /* ── FAQ ── */
  .faq { background:#F5F1EB;margin-top: 60px; max-width: 960px; margin: 0 auto; }
  .faq-inner { display:grid ;  align-items:start; }
  .faq-list { display:flex; flex-direction:column; }
  .faq-item { border-bottom:1px solid var(--linen);  }
  .faq-q { display:flex; align-items:center; justify-content:space-between; padding:22px 0; gap:16px; font-size:.83rem; font-weight:400; color:var(--graphite); transition:color .3s; user-select:none; }
  .faq-item:hover .faq-q, .faq-item.active .faq-q { color:var(--coral); }
  .faq-tog { width:25px; height:25px; background:var(--coral); border-radius:2px; display:flex; align-items:center; justify-content:center; font-size:.95rem; color:var(--warm-white); flex-shrink:0; transition:transform .3s, background .3s; }
  .faq-item.active .faq-tog { transform:rotate(45deg); background:var(--gold); color:#fff; }
  .faq-a { max-height:0; overflow:hidden; transition:max-height .4s cubic-bezier(.4,0,.2,1); }
  .faq-a-inner { padding:0 0 22px; font-size:.78rem; font-weight:300; color:var(--graphite-soft); line-height:1.9; }
  .faq-item.active .faq-a { max-height:280px; }
.gh33{width: 250px;}
  /* ── CTA ── */
  .cta-section {
    background: var(--coral); padding: 120px 80px; text-align:center;
    position:relative; overflow:hidden;
  }
  .cta-section::before {
    content:''; position:absolute; inset:0;
    background:radial-gradient(ellipse at 50% 50%, rgba(255,255,255,.08) 0%, transparent 65%);
  }
  .cta-eyebrow { font-size:.62rem; letter-spacing:.3em; text-transform:uppercase; color:rgba(255,255,255,.7); font-weight:400; margin-bottom:22px; display:block; }
  .cta-title { font-family:'Playfair Display',serif; font-size:clamp(2.6rem,5vw,4.6rem); font-weight:600; color:#fff; line-height:1.1; margin-bottom:24px; position:relative; }
  .cta-title em { font-style:italic; color: var(--gold); }
  .cta-sub { font-size:.82rem; font-weight:300; color:rgba(255,255,255,.75); max-width:440px; margin:0 auto 52px; line-height:1.8; }
  .cta-acts { display:flex; align-items:center; justify-content:center; gap:24px; }
  .btn-cta-white { background:#fff; color:var(--coral); padding:17px 48px; font-size:.68rem; font-weight:600; letter-spacing:.16em; text-transform:uppercase; border:none; border-radius:2px;  font-family:'Poppins',sans-serif; transition:all .3s; display:inline-block; text-decoration:none; box-shadow:0 6px 24px rgba(46,46,46,.15); }
  .btn-cta-white:hover { transform:translateY(-3px); box-shadow:0 12px 36px rgba(46,46,46,.22); }
  .btn-cta-border { background:transparent; color:#fff; padding:17px 48px; font-size:.68rem; font-weight:500; letter-spacing:.16em; text-transform:uppercase; border:1.5px solid rgba(255,255,255,.5); border-radius:2px;  font-family:'Poppins',sans-serif; transition:all .3s; display:inline-block; text-decoration:none; }
  .btn-cta-border:hover { border-color:#fff; background:rgba(255,255,255,.08); }

  /* ── FOOTER ── */
  footer { background:var(--warm-white); padding:72px 80px; display: grid; text-align: center; }
  .f-inner { display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:56px; padding-bottom:52px; border-bottom:1px solid rgba(255,111,97,.12); }
  .f-logo-area .logo-celebra { font-size:1.5rem; }
  .f-logo-area .logo-conmigo { font-size:1.2rem; }
  .f-tagline-footer { font-size:.62rem; letter-spacing:.2em; text-transform:uppercase; color:var(--gold); margin-top:8px; display:flex; align-items:center; gap:8px; }
  .f-tagline-footer::before, .f-tagline-footer::after { content:''; flex:0 0 16px; height:1px; background:var(--gold); opacity:.4; }
  .f-desc { font-size:.73rem; font-weight:300; color:rgba(255,111,97,.35); line-height:1.8; margin-top:16px; margin-bottom:24px; max-width:270px; }
  .f-social { display:flex; gap:10px; }
  .f-soc { width:34px; height:34px; border:1px solid rgba(255,111,97,.18); border-radius:2px; display:flex; align-items:center; justify-content:center; font-size:.7rem; color:rgba(255,111,97,.35); text-decoration:none; transition:all .3s; }
  .f-soc:hover { border-color:var(--coral); color:var(--coral); background:rgba(255,111,97,.06); }
  .f-col-title { font-size:.58rem; letter-spacing:.26em; text-transform:uppercase; color:var(--coral); font-weight:500; margin-bottom:22px; }
  .f-links { list-style:none; display:flex; flex-direction:column; gap:11px; }
  .f-links a { font-size:.73rem; font-weight:300; color:rgba(255,111,97,.32); text-decoration:none; transition:color .3s; letter-spacing:.02em; }
  .f-links a:hover { color:var(--coral); }
  .f-bottom { display:flex; align-items:center; justify-content:space-between; padding-top:26px; }
  .f-copy { font-size:.62rem; font-weight:300; color:rgba(255,111,97,.2); letter-spacing:.04em; }
  .f-legal { display:flex; gap:24px; }
  .f-legal a { font-size:.62rem; font-weight:300; color:rgba(255,111,97,.2); text-decoration:none; transition:color .3s; }
  .f-legal a:hover { color:var(--coral); }
.afooter

 {
    text-decoration: none;
    color: black;
    font-family: "Google Sans", sans-serif;
    font-weight: bold;
}
  /* ── DECORATIVE DIVIDER ── */
  .divider-ornament { display:flex; align-items:center; justify-content:center; gap:14px; padding:8px 0; }
  .div-line { flex:1; max-width:72px; height:1px; background:var(--linen); }
  .div-diamond { width:6px; height:6px; background:var(--coral); transform:rotate(45deg); border-radius:1px; }

  /* ── RESPONSIVE ── */
  @media(max-width:1100px){
    .hero{grid-template-columns:1fr}
    .hero-right{margin-top: 30px;}
    nav,nav.scrolled{padding: 00px 10px;}
    section{padding:0px 28px}
    /* .hero-left{padding:120px 28px 60px} */
    .showcase-top{  gap:16px;        margin-top: 30px;  }
    .showcase-note{text-align:left}
    .gallery{grid-template-columns:1fr 1fr;grid-template-rows:auto}
    /* .g-card:first-child{grid-row:span 1;grid-column:span 2} */
    .pricing-grid{grid-template-columns:1fr;gap:20px}
    .p-card.featured{transform:none}
    .process-grid{grid-template-columns:1fr}
    .bonus-inner{grid-template-columns:1fr;gap:36px}
    .faq-inner{grid-template-columns:1fr}
    .f-inner{grid-template-columns:1fr 1fr;gap:36px}
    .cta-acts{flex-direction:column}
    .nav-links{display:none}
     .imgportada2{
      margin-top: 30px;
      background-size: cover;
      height: 200px;
    }
    .phone, .phone-center{
      box-shadow: none;
    }

 



  
  }
  @media(max-width:640px){
    .hero-title{font-size:2rem;text-align: center;}
    
    .gallery{grid-template-columns:1fr}
    /* .g-card:first-child{grid-column:span 1} */
    .f-inner{grid-template-columns:1fr}
    .f-bottom{flex-direction:column;gap:14px}
    .phone-left,.phone-right{display:none}
    .phone-center {
    transform: none;
    height: 100%;}
   

    .showcase-top {
      flex-direction: row;
    }
    
.hero {margin-top: 100px;}

.pricing {
    margin-top: 30px;
}
   
      .logo img{
    width: 200px;
  margin: 10px;
  }
    
    
}


   


 
 

  /* Entrance animations */
  @keyframes fadeUp{from{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}
  .hero-pill{animation:fadeUp .8s ease .15s both}
  .hero-title{animation:fadeUp .8s ease .3s both}
  .hero-tagline{animation:fadeUp .8s ease .44s both}
  .hero-subtitle{animation:fadeUp .8s ease .56s both}
  .hero-actions{animation:fadeUp .8s ease .68s both}
  .hero-stats{animation:fadeUp .8s ease .82s both}


/*modal*/
.btn-ver {
       background: #ffffff;
    color: #c9a24d;
    padding: 15px 40px;
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    /* border: 1px solid #333; */
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 6px 20px rgb(92 92 92 / 32%);
    transition: background .3s, transform .3s, box-shadow .3s;
}

.btn-ver:hover {
    background-color: #b8962e;
    color: White;
}
.divmoneda {
    display: grid;

    justify-content: end;
    grid-row: auto auto;
    grid-template-columns: auto auto;
}
.dct {
    margin-top: 30px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}
/* Fondo del modal (Overlay) */
.modal-overlay {
    display: none; /* Oculto por defecto */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* Caja del contenido */
.modal-content {
    background: white;
    width: 90%;
    /* max-width: 800px; */
    height: 90%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}


.modal-overlay2 {
    display: none; /* Oculto por defecto */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* Caja del contenido */
.modal-content2 {
    background: white;
    width: 90%;
    /* max-width: 800px; */
    height: 90%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

/* Botón de cerrar */
.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #333;
    z-index: 1001;
}
.close-button2 {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #333;
    z-index: 1001;
}


/* El Iframe que carga la URL */
#modalFrame {
    width: 100%;
    height: 100%;
}
#modalFrame2 {
    width: 100%;
    height: 100%;
}
.slider-wrapper {
    width: 100%;
    max-width: 1100px;
    /* padding: 0 1.5rem; */
  }
 
  .slider {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;

    overflow: hidden;
   
  }
 
  @media (max-width: 600px) {
    .slider { aspect-ratio: 4/4; }
  }
 

  /* sliders */
  .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }
 
  .slide.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }
 
  .slide img {
 width: 100%;
    height: 100%;
    object-fit: contain;
    display: grid;
    /* filter: brightness(1); */
    /* background: white; */
  }
 
  /* Progress bar */
  .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: rgba(255,255,255,0.9);
    width: 0%;
    transition: none;
    z-index: 10;
  }
 
  .progress-bar.running {
    width: 100%;
    transition: width 5000ms linear;
  }
 
  /* Dots */
  .dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 1.25rem;
  }
 
  .dot {
    width: 24px;
    height: 2px;
    background: rgba(255,255,255,0.22);
    cursor: pointer;
    transition: background 0.3s, width 0.3s;
    border: none;
    padding: 0;
  }
 
  .dot.active {
    background: rgba(255,255,255,0.88);
    width: 40px;
  }
  /* Oculto por defecto en escritorio */
/* .slider-wrapper {
  display: none;
} */

/* Solo visible en móvil */
@media (max-width: 768px) {
  .slider-wrapper {
    display: block;
  }
 
  
}
 
 /* chat */
 .cardnegocionet {
    border-radius: 50%;
    background: url(img/servicio-al-cliente-whatsapp.webp), linear-gradient(-10deg, rgb(201 162 77) 0%, #fff 90%);
    cursor: pointer;
    height: 60px;
    position: fixed;
    margin-top: 3px;
    width: 60px;
    z-index: 30;
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    bottom: 20px;
    left: 20px;
    z-index: 997;
    background-position: center;
    background-size: contain;
    border: 3px solid var(--gold);
    box-shadow: 10px 10px 34px -11px rgb(0 0 0);
}

.tripimg {
    animation: trip ease-in-out 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: trip ease-in-out 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: trip ease-in-out 4s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: trip ease-in-out 4s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: trip ease-in-out 4s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%
}

@keyframes trip {
    0% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(5px,0)
    }

    100% {
        transform: translate(0,0)
    }
}

.unowhatnet {
    position: absolute;
    display: none;
    top: -4px;
    right: -4px;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    background: #e82c0c;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    box-shadow: none;
    pointer-events: none;
    color: #fff
}


.cardmenunet {
    position: fixed;
    bottom: 0;
    z-index: 1001;
    left: -100%;
    transition: .55s .1s cubic-bezier(0, 1.07, 0, 1.02);
    width: 100%;
    min-height: 0
}



.hwhat {
    float: none;
    display: flex;
    align-items: center;
    position: static;
    width: 100%;
    padding: 0 26px;
    margin: 0;
    background-color: #2e8c7d;
    color: #fff;
    border-radius: none
}

.cardmenunet .hul26 {
    width: 95%;
    height: 100%;
    position: relative;
    font-size: 1em;
    background: rgb(242,238,246,.9);
    float: left;
    border-radius: 0 30px 30px 0;
    bottom: 20px;
    max-width: 400px;
    box-shadow: 10px 10px 34px -11px rgb(0 0 0);
    overflow: hidden
}

.whatmbien {
    max-height: calc(100vh - 100px);
    padding: 20px 0 0 0;
    overflow: hidden auto;
    background: #ede4dd url(img/backchat.webp) center repeat-y;
    background-size: 100% auto
}

.whatlogo {
    display: flex;
    align-items: center
}

.insertarmensaje {
    display: grid;
    grid-template-columns: auto 50px;
    margin-bottom: 10px
}

textarea#edad {
    border-radius: 20px;
    background: #fff;
    padding-left: 20px;
    margin-bottom: 0;
    max-height: 200px;
    color: #000;
    font-family: Roboto;
    line-height: 30px;
    overflow-y: hidden;
    font-size: .9em;
    margin-left: 10px
}

#edad {
    outline: 0
}

textarea {
    overflow: auto
}

.divsend {
    margin: 0 auto;
    display: grid;
    align-items: center
}

button.enviarmensajewa {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    display: grid;
    justify-content: center;
    align-items: center;
    background: #25d366;
    outline: 0;
    cursor: pointer
}

i.icon-send {
    color: #fff;
    font-size: 1.2em;
    margin-left: 5px
}

.lw {
    border-radius: 50%;
    background: url(img/servicio-al-cliente-whatsapp.webp),linear-gradient(-10deg ,rgb(37 211 102)0%,#fff 90%);
    height: 50px;
    margin-top: 3px;
    width: 50px;
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    bottom: 10px;
    right: 10px;
    z-index: 997;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 3px solid #25d366
}

.lww {
    display: grid;
    grid-template-columns: auto;
    margin-left: 5px
}

.wtext {
    font-size: 14px
}

small.smallw {
    font-size: 11px
}

.whatmesage {
    position: relative;
    padding: 20px;
    margin: 0 26px 26px;
    border-radius: 32px;
    background-color: #fff;
    color: #4a4a4a;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%);
    display: grid;
    grid-gap: 5px;
    font-size: .9em
}

.whatlogo a {
    text-decoration: none;
    color: rgba(255,255,255,.5)
}

#rc-imageselect {
    transform: scale(.95)!important;
    -webkit-transform: scale(.95)!important;
    transform-origin: 0 0!important;
    -webkit-transform-origin: 0 0!important
}

sub.smallwbs {
    margin-top: 20px;
    margin: left;
    margin-left: 5px;
    cursor: pointer
}

.form33 {
    display: none
}

.pruebaf {
    display: grid;
    align-content: center;
    height: 849px
}

.prueba2p {
    display: grid;
    justify-items: center
}

.caracteristicas2 {
    padding: 30px
}

.caracp {
    text-align: center
}

.pc {
    width: 90%;
    margin: auto
}

button.btn-danger {
    cursor: pointer
}

main#main {
    max-width: 1024px
}

.tarjetascompra img {
    width: 30px
}

.pecom {
    margin-bottom: 20px;
    text-align: center
}

.pecom span {
    color: #777;
    margin-bottom: 20px
}

h3.item-title {
    font-size: x-large;
    color: #25d367
}

h4.item-price {
    font-size: large;
    text-align: end
}

.item-card {
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden
}

.divwbe {
    margin: 0 auto;
    text-align: center
}

.tituloecom h1 {
    color: #777
}

p#C1a {
    font-weight: 700;
    color: #25d366;
    font-size: 20px
}

img.wmecuador {
    width: 150px
}

h3.item-title {
    height: 100%
}

.tituloecom {
    text-align: center;
    width: 90%;
    margin: 0 auto
}

.owl-next span,.owl-prev span {
    background: rgb(30 210 104)
}

.img-show {
    height: auto;
    width: inherit
}

i.bx.bx-x {
    left: 10px;
    height: 30px;
    width: 30px;
    font-size: 20px;
    background: rgba(255,255,255,.3)
}

.containerpro {
    background: rgb(246 246 246)
}

.cerrardata {
    position: initial;
    left: 5px;
    margin-top: 5px
}

.cerrardata2 {
    position: initial;
    left: 5px;
    margin-top: 5px
}

.icon-flecha-izq {
    text-align: right;
    display: grid;
    right: 0;
    background: rgba(0,0,0,.3);
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-content: center;
    cursor: pointer
}

h3.item-title {
    font-size: medium
}

ul.features {
    padding: 0px
}

ul.features li {
    font-size: smaller
}

.masc {
    color: #25d366;
    font-weight: 700
}

.owl-next span,.owl-prev span {
    top: calc(55%)!important
}

.pform {
    text-align: center
}

h3.h3wbs {
    text-align: center;
    font-size: 1.5em;
    color: #777
}

p.pcf.pcfs {
    max-width: 1024px;
    width: 90%;
    margin: auto
}

p.pcf {
    text-align: center
}

.final {
    display: initial;
    width: 90%;
    height: 400px
}

.inputform2 {
    margin-bottom: 15px;
    padding: 5px;
    font-size: 1em;
    border-radius: 3px;
    background: rgba(37,211,102,.1);
    border: 1px solid #128c7e;
    -webkit-appearance: none
}

.ulprueba {
    display: grid;
    justify-content: center
}

form {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
    overflow: hidden;
    height: 100%;
    display: grid;
    align-content: center;
    background: rgba(255,255,255,.3);
    margin-top: 10px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 0 10px
}

select {
    width: 100%;
    padding: 7px;
    font-size: 1em;
    border-radius: 3px;
    background: #25d366;
    color: #fff;
    border: 1px solid #128c7e;
    margin-bottom: 15px;
    -webkit-appearance: none
}

#boton {
    color: #fff;
    border: 1px solid #128c7e;
    height: 50px;
    font-weight: 700;
    align-items: center;
    cursor: pointer;
    background: linear-gradient(to bottom,#bdf1d1 0,#25d366 100%);
    border: 1px solid #128c7e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    min-width: 150px;
    width: 100%
}

.footer {
    display: grid;
    grid-template-rows: auto auto auto auto;
    width: 80%;
    margin: 0 auto
}

.tarjetasz {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto
}

.tarjetasz img {
    max-width: 100%
}

.logofinal img {
    width: 100%
}

h3.h3wbs {
    text-align: center;
    font-size: 2.09em
}

.horarios a {
    text-decoration: none;
    color: #777;
    font-size: 1.5em
}

a.bitw {
    color: #25d366
}

.horarios {
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-gap: 15px;
    justify-items: center
}

.asistencia {
    text-align: center;
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-gap: 15px;
    justify-items: center;
    color: #777
}

.asistencia a {
    cursor: pointer
}

.horarios a {
    cursor: pointer
}

.ssl img {
    width: 70px
}

.cerrarflecha {
    right: 100%
}

p.pgracias2 {
    margin: 0 auto;
    padding: 56% 0;
    width: 80%
}

a.aclientes4 {
    text-decoration: none;
    color: #25d367;
    margin-right: 10px
}

p.pgracias {
    text-align: center
}

@media (min-width: 768px) {
    .logofinal img {
        width:80%;
        margin: 0 auto
    }

    .horarios a {
        font-size: 1em
    }

    .tarjetasz img {
        width: 50px
    }

    .tarjetasz {
        grid-template-columns: auto auto auto
    }

    .footer {
        display: grid;
        grid-template-columns: auto auto auto auto;
        width: 100%
    }

    .logofinal {
        display: grid;
        align-content: center
    }

    .separatehul2 {
        width: 40%
    }

    .img-show {
        height: 80%;
        width: auto
    }

    h3 {
        color: #777
    }

    .owl-next span,.owl-prev span {
        top: calc(50%)!important
    }
}

@media screen and (min-width: 950px) {
    .pruebaf {
        height:500px
    }

    .prueba2p {
        grid-template-columns: 50% 50%;
        justify-content: center;
        align-content: center;
        align-items: center;
        max-width: 1024px;
        margin: 0 auto
    }

    .pc {
        display: grid;
        grid-gap: 20px
    }
}

ul.features {
    list-style: none;
    margin: 0;
}

.bp {
    border-radius: 10px;
    width: 25px !important;
}

.contenedor-preguntas.activo {
    display: grid;
}

.contenedor-pregunta {
    overflow: hidden;
    transition: .3s ease all;
    cursor: pointer;
}

.contenedor-pregunta:hover {
    box-shadow: var(--sombra);
}

.contenedor-pregunta.activa {
    border: 2px solid var(--primario);
}

.pregunta {
    font-size: small;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #25D366;
    padding: 10px;
    margin: 0;
    color: #777;
}

.pregunta img {
    width: 14px;
}

.features {
    color: #808080;
    line-height: 30px;
    max-height: 0;
    opacity: 0;
    transition: .3s ease all;
}

.contenedor-pregunta.activa .features {
    opacity: 1;
}

.mostrarcardmenunet {
    left: 0
}

.icon-x {
   display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 10px;
    right: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    opacity: .2;
    cursor: pointer;
    transition: opacity .3s ease-out;
    -webkit-tap-highlight-color: transparent;
    align-items: center;
}

.icon-x:before {
    content: "\ea0f";
    margin: 0 auto;
    font-size: 10px;
    font-weight: 200;
}

.visibletres{
  display: block;
}

.exit-intent-popup.visibletres {
    transform: translateY(0) scale(1);
    transition: transform 0.1s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.exit-intent-popup2.visibletres {
    transform: translateY(0) scale(1);
    transition: transform 0.1s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.exit-intent-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:9999999;
    background: rgba(33, 33, 33, 0.8);
    transform: translateY(60%) scale(0);
}



.active2 {
   display: grid;
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  /* overflow-y: scroll; */
  z-index: 2001;
}



.newsletter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 300px;
    background: white;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid var(--coral);
}

.unop {
    text-align: center;
    background: var(--coral);
    border-radius: 10px;
    color: white;
    padding: 5px;
    margin: 0;
}
.unopop p {
    text-align: center;
    margin: 0;
    margin-top: 5px;
}

.dospop {
    text-align: center;
}

.unon {
    text-align: center;
    color: var(--gold);
    font-weight: bold;
    margin-bottom: 20px;
}

.btnpop a {
        color: #c9a24d;
    padding: 15px 40px;
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    /* border: 1px solid #333; */
    border-radius: 6px;
    text-decoration: none;
    display: grid;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 6px 20px rgb(132 123 123 / 32%);
    transition: .3s, transform .3s, box-shadow .3s;
    margin: 0 auto;
    max-width: 300px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 60px;
    cursor: pointer;
    border: 1px solid #555;
}

.close {
    position: absolute;
    top:   6px;
    right: 15px;
    cursor: pointer;

    font-weight: bold;
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 18px;
    color: #888;
}

img.popimg {
    width: 250px;;
    margin: 0 auto;
 
    display: block;

}

.unopop h3

 {
    text-align: center;
    font-size: 3em;
    margin: 0px;
    color: #777;
    margin-bottom: 10px;
     font-family: 'Playfair Display', serif;
    font-style: italic; font-size: 1.65rem; font-weight: 600;
    color: var(--coral); line-height: 1;
    margin-top: 20px;
}

.gh44 {

  margin-top: 0;
  margin-bottom: 0;
      padding: 15px 15px;

      background: white;
    color: #c9a24d;
   
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    /* border: 1px solid #333; */
    border-radius: 6px;
    text-decoration: none;
    display: grid;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 6px 20px rgb(132 123 123 / 32%);
    transition: .3s, transform .3s, box-shadow .3s;


 margin: 0 auto;
    text-align: center;

    cursor: pointer;
}

img.imglogo2 {
    width: 100%;
    max-width: 200px;

    margin: 0 auto;
}

