.elementor-1976 .elementor-element.elementor-element-a9c6f96{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7248d14 */:root {
  --vg-bg: #f7f9fc;
  --vg-bg-soft: #eef4ff;
  --vg-card: #ffffff;
  --vg-text: #111827;
  --vg-muted: #64748b;
  --vg-primary: #5b5ff8;
  --vg-secondary: #2563eb;
  --vg-accent: #00a6ff;
  --vg-border: #e5eaf3;
  --vg-radius: 26px;
  --vg-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  --vg-shadow-soft: 0 10px 28px rgba(15, 23, 42, 0.06);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--vg-bg);
  color: var(--vg-text);
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

.vg-page {
  overflow: hidden;
  background: var(--vg-bg);
}

.vg-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* HERO */

.vg-hero-main {
  position: relative;
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at top left, rgba(91, 95, 248, 0.15), transparent 34%),
    radial-gradient(circle at bottom right, rgba(0, 166, 255, 0.13), transparent 34%),
    linear-gradient(135deg, #ffffff, #f7f9fc 55%, #eef4ff);
}

.vg-hero-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.8;
}

.vg-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.vg-badge {
  display: inline-flex;
  width: fit-content;
  padding: 10px 16px;
  border: 1px solid #dbe4ff;
  border-radius: 999px;
  background: #ffffff;
  color: var(--vg-primary);
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 22px;
  box-shadow: 0 10px 25px rgba(91, 95, 248, 0.08);
}

.vg-hero-content h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.03;
  letter-spacing: -2.3px;
  color: var(--vg-text);
}

.vg-hero-content p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--vg-muted);
  font-size: 19px;
  line-height: 1.75;
}

.vg-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.vg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 900;
  transition: 0.25s ease;
  cursor: pointer;
}

.vg-btn-primary {
  background: linear-gradient(135deg, #4f46e5, #2563eb);
  color: #ffffff !important;
  box-shadow: 0 16px 35px rgba(37, 99, 235, 0.22);
}
.vg-btn-primary,
.vg-btn-primary:visited,
.vg-btn-primary:hover,
.vg-btn-primary:focus,
.vg-btn-primary:active {
  color: #ffffff !important;
}
.vg-btn-primary:hover {
  background: linear-gradient(135deg, #4338ca, #1d4ed8);
  color: #ffffff !important;
}

.vg-btn-outline {
  border: 1px solid #d7def0;
  color: var(--vg-text);
  background: #ffffff;
  box-shadow: var(--vg-shadow-soft);
}

.vg-btn:hover {
  transform: translateY(-3px);
}

.vg-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.vg-hero-trust span {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--vg-border);
  color: #475569;
  font-size: 13px;
  font-weight: 800;
}

/* HERO IMAGE */

.vg-hero-media {
  position: relative;
  min-height: 520px;
  border-radius: 38px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--vg-border);
  box-shadow: var(--vg-shadow);
}

.vg-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  border-radius: 30px;
  background: linear-gradient(135deg, #eaf1ff, #ffffff);
  border: 1px solid #e8eef8;
}

.vg-floating-card {
  position: absolute;
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--vg-border);
  box-shadow: var(--vg-shadow-soft);
}

.vg-floating-card strong {
  color: var(--vg-text);
  font-size: 15px;
}

.vg-floating-card span {
  color: var(--vg-muted);
  font-size: 13px;
}

.vg-float-one {
  left: -20px;
  bottom: 70px;
}

.vg-float-two {
  right: -18px;
  top: 70px;
}

/* BRAND STRIP */

.vg-brand-strip {
  padding: 24px 0;
  background: #ffffff;
  border-top: 1px solid var(--vg-border);
  border-bottom: 1px solid var(--vg-border);
}

.vg-brand-strip .vg-container {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
}

.vg-brand-strip span {
  color: #475569;
  font-weight: 900;
}

/* SECTIONS */

.vg-categories-section,
.vg-featured-products,
.vg-benefits-section,
.vg-testimonials-section,
.vg-faq-section,
.vg-seo-section {
  padding: 90px 0;
  background: var(--vg-bg);
}

.vg-seo-section,
.vg-benefits-section,
.vg-faq-section {
  background: var(--vg-bg-soft);
}

.vg-section-heading {
  max-width: 790px;
  margin: 0 auto 46px;
  text-align: center;
}

.vg-section-heading span,
.vg-small-title {
  display: inline-block;
  color: var(--vg-secondary);
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.4px;
}

.vg-section-heading h2,
.vg-seo-grid h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -1.4px;
  color: var(--vg-text);
}

.vg-section-heading p {
  color: var(--vg-muted);
  font-size: 18px;
  line-height: 1.65;
}

/* CATEGORY CARDS */

.vg-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.vg-category-card,
.vg-benefit-card,
.vg-testimonial-card {
  padding: 20px;
  border-radius: var(--vg-radius);
  background: var(--vg-card);
  border: 1px solid var(--vg-border);
  box-shadow: var(--vg-shadow);
  transition: 0.25s ease;
}

.vg-category-card:hover,
.vg-benefit-card:hover,
.vg-testimonial-card:hover,
.vg-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.35);
}

.vg-category-image {
  height: 170px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #eef4ff, #ffffff);
  margin-bottom: 20px;
  border: 1px solid #e2e8f0;
}

.vg-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vg-category-card h3,
.vg-benefit-card h3,
.vg-testimonial-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: var(--vg-text);
}

.vg-category-card p,
.vg-benefit-card p,
.vg-testimonial-card p {
  color: var(--vg-muted);
  line-height: 1.65;
  margin: 0;
}

.vg-card-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--vg-secondary);
  font-weight: 900;
}

/* PRODUCTS */

.vg-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.vg-product-card {
  padding: 18px;
  border-radius: var(--vg-radius);
  background: #ffffff;
  border: 1px solid var(--vg-border);
  box-shadow: var(--vg-shadow);
  transition: 0.25s ease;
}

.vg-product-image {
  height: 210px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #eef4ff, #ffffff);
  border: 1px solid #e2e8f0;
  margin-bottom: 18px;
}

.vg-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vg-product-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  color: var(--vg-text);
}

.vg-product-card p {
  color: var(--vg-muted);
  line-height: 1.6;
  min-height: 76px;
}

.vg-product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #4f46e5, #2563eb);
  color: #ffffff !important;
  font-weight: 900;
  text-align: center;
  transition: 0.25s ease;
}

.vg-product-btn:hover {
  background: linear-gradient(135deg, #4338ca, #1d4ed8);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.vg-product-btn:visited,
.vg-product-btn:focus,
.vg-product-btn:active {
  color: #ffffff !important;
}

.vg-product-btn:hover {
  transform: translateY(-2px);
}

.vg-center-button {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

/* SEO SECTION */

.vg-seo-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: start;
}

.vg-seo-grid p {
  color: var(--vg-muted);
  font-size: 18px;
  line-height: 1.8;
  margin-top: 0;
}

/* BENEFITS */

.vg-benefits-section .vg-card-grid,
.vg-testimonials-section .vg-card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.vg-benefit-card,
.vg-testimonial-card {
  padding: 30px;
}

/* FAQ */

.vg-faq-list {
  max-width: 850px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.vg-faq-list details {
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--vg-border);
  padding: 20px 24px;
  box-shadow: var(--vg-shadow-soft);
}

.vg-faq-list summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 18px;
  color: var(--vg-text);
}

.vg-faq-list p {
  color: var(--vg-muted);
  line-height: 1.65;
}

/* FINAL CTA */

.vg-final-cta {
  padding: 90px 0;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(37, 99, 235, 0.12), transparent 38%),
    linear-gradient(135deg, #ffffff, #eef4ff);
}

.vg-final-cta h2 {
  font-size: clamp(32px, 5vw, 54px);
  margin: 0 0 16px;
  color: var(--vg-text);
  letter-spacing: -1.5px;
}

.vg-final-cta p {
  color: var(--vg-muted);
  font-size: 18px;
  margin-bottom: 32px;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .vg-card-grid,
  .vg-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .vg-hero-grid,
  .vg-seo-grid {
    grid-template-columns: 1fr;
  }

  .vg-hero-media {
    min-height: auto;
  }

  .vg-hero-media img {
    min-height: 420px;
  }

  .vg-float-one {
    left: 20px;
  }

  .vg-float-two {
    right: 20px;
  }
}

@media (max-width: 700px) {
  .vg-hero-main {
    padding: 76px 0 58px;
  }

  .vg-hero-content h1 {
    letter-spacing: -1.2px;
  }

  .vg-hero-content p,
  .vg-section-heading p,
  .vg-seo-grid p {
    font-size: 16px;
  }

  .vg-hero-buttons {
    flex-direction: column;
  }

  .vg-btn {
    width: 100%;
  }

  .vg-card-grid,
  .vg-products-grid,
  .vg-benefits-section .vg-card-grid,
  .vg-testimonials-section .vg-card-grid {
    grid-template-columns: 1fr;
  }

  .vg-hero-media {
    padding: 12px;
    border-radius: 28px;
  }

  .vg-hero-media img {
    min-height: 330px;
    border-radius: 22px;
  }

  .vg-floating-card {
    position: static;
    margin-top: 12px;
  }

  .vg-categories-section,
  .vg-featured-products,
  .vg-benefits-section,
  .vg-testimonials-section,
  .vg-faq-section,
  .vg-seo-section {
    padding: 64px 0;
  }

  .vg-category-image,
  .vg-product-image {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a9c6f96 *//* =========================================
   HERO PRINCIPAL CLARO — VIVAGOP
========================================= */

.vg-hero-main{
    position:relative;
    overflow:hidden;
    padding:45px 40px 70px;
    border-radius:32px;
    background:
    radial-gradient(circle at top left,
    rgba(46,144,255,.10),
    transparent 35%),
    linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);
    border:1px solid rgba(15,23,42,.06);
    box-shadow:0 18px 50px rgba(15,23,42,.06);
}

/* CONTENEDOR */
.vg-hero-main .e-con-inner{
    max-width:1280px;
    margin:auto;
    align-items:center;
}

/* IZQUIERDA */
.vg-hero-content{
    z-index:2;
}

/* BADGE */
.vg-hero-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    border-radius:999px;
    background:#eef6ff;
    border:1px solid rgba(46,144,255,.10);
    color:#2e90ff;
    font-size:.85rem;
    font-weight:700;
    margin-bottom:22px;
}

/* TÍTULO */
.vg-hero-title{
    font-size:4.2rem;
    line-height:1.05;
    font-weight:900;
    color:#0f172a;
    margin-bottom:24px;
    letter-spacing:-2px;
}

.vg-hero-title span{
    background:linear-gradient(90deg,#2e90ff,#00B67A);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* DESCRIPCIÓN */
.vg-hero-description{
    font-size:1.15rem;
    line-height:1.8;
    color:#475569;
    max-width:620px;
    margin-bottom:34px;
}

/* BOTONES */
.vg-hero-buttons{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
}

/* BOTÓN PRINCIPAL */
.vg-btn-primary a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 32px;
    border-radius:16px;
    background:linear-gradient(135deg,#2e90ff,#0066ff);
    color:#fff !important;
    font-weight:800;
    text-decoration:none;
    box-shadow:0 12px 30px rgba(46,144,255,.18);
    transition:.25s ease;
}

.vg-btn-primary a:hover{
    transform:translateY(-4px);
}

/* BOTÓN SECUNDARIO */
.vg-btn-secondary a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 32px;
    border-radius:16px;
    background:#ffffff;
    border:1px solid rgba(15,23,42,.08);
    color:#0f172a !important;
    font-weight:700;
    text-decoration:none;
    transition:.25s ease;
    box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.vg-btn-secondary a:hover{
    background:#f8fafc;
}

/* VISUAL DERECHA */
.vg-hero-visual{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

/* IMAGEN */
.vg-hero-image img{
    width:100%;
    max-width:560px;
    border-radius:28px;
    box-shadow:0 25px 60px rgba(15,23,42,.10);
}

/* LOGOS */
.vg-floating-logo{
    position:absolute;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(15,23,42,.06);
    border-radius:18px;
    padding:14px;
    box-shadow:0 12px 25px rgba(15,23,42,.08);
}

/* RESPONSIVE */
@media(max-width:1024px){

    .vg-hero-main{
        padding:70px 30px;
    }

    .vg-hero-title{
        font-size:3.2rem;
    }
}

@media(max-width:768px){

    .vg-hero-main{
        padding:60px 22px;
        border-radius:22px;
    }

    .vg-hero-title{
        font-size:2.4rem;
        text-align:center;
    }

    .vg-hero-description{
        text-align:center;
        font-size:1rem;
        margin:auto auto 28px;
    }

    .vg-hero-badge{
        margin:auto auto 20px;
    }

    .vg-hero-buttons{
        justify-content:center;
    }

    .vg-hero-image img{
        max-width:100%;
        margin-top:40px;
    }

    .vg-floating-logo{
        display:none;
    }
}/* End custom CSS */