body
{
   background-color: #010103;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 3px 0 3px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2, #LayoutGrid2 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2, #LayoutGrid2 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid2 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid2 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 66.66666667%;
   max-width: 66.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid2 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 8.33333333%;
   max-width: 8.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 768px)
{
#LayoutGrid2 > .col-1, #LayoutGrid2 > .col-2, #LayoutGrid2 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_present
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#present
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 4px 0 4px 0;
   margin-right: auto;
   margin-left: auto;
}
#present > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#present > .col-1
{
   flex: 0 0 auto;
}
#present > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 768px)
{
#present > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_ResponsiveMenu1
{
   display: block;
   font-family: Lato;
   font-weight: normal;
   text-align: center;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#ResponsiveMenu1
{
   display: inline-block;
   height: 68px;
}
#wb_ResponsiveMenu1 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_ResponsiveMenu1 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_ResponsiveMenu1 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_ResponsiveMenu1 ul li i
{
   font-size: 20px;
   width: 20px;
   margin-bottom: 2px;
}
#wb_ResponsiveMenu1 ul li a
{
   background-color: #000002;
   color: #FFFFFF;
   font-family: Lato;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 30px 15px 30px;
   text-align: center;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   margin-right: 1px;
   height: 38px;
}
.ResponsiveMenu1 a 
{
   display: block;
}
#wb_ResponsiveMenu1 li:hover > a, #wb_ResponsiveMenu1 li .active
{
   background-color: #010103;
   color: #FFFF00;
}
#wb_ResponsiveMenu1 ul ul
{
   display: none;
   position: absolute;
   top: 68px;
}
#wb_ResponsiveMenu1 ul li:hover > ul
{
   display: list-item;
}
#wb_ResponsiveMenu1 ul ul li 
{
   float: none;
   position: relative;
   width: 130px;
}
#wb_ResponsiveMenu1 ul ul li a
{
   background-color: #0D6EFD;
   border: 0px solid #0D6EFD;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul li:hover > a, #wb_ResponsiveMenu1 ul ul li .active
{
   background-color: #0B5ED7;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul li i 
{
   margin-right: 6px;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul li a 
{
   padding-top: 15px;
   padding-right: 20px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   left: 130px;
   position: relative;
   top: -68px;
}
#wb_ResponsiveMenu1 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #FFFFFF;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_ResponsiveMenu1 .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_ResponsiveMenu1 li:hover > a .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{ 
   border-top-color: #FFFF00;
}
#wb_ResponsiveMenu1 ul ul li:hover > a .arrow-left, #wb_ResponsiveMenu1 ul ul li .active .arrow-left
{ 
   border-left-color: #FFFFFF;
}
#wb_ResponsiveMenu1 .toggle,[id^=ResponsiveMenu1-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_ResponsiveMenu1
{
   margin: 0;
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a, #wb_ResponsiveMenu1 .toggle
{
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 20px 15px 20px;
}
#wb_ResponsiveMenu1 .toggle + a
{
   display: none !important;
}
.ResponsiveMenu1 
{
   display: none;
   z-index: 9999;
}
#ResponsiveMenu1 
{
   background-color: transparent;
   display: none;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_ResponsiveMenu1 .toggle 
{
   display: block;
   background-color: #000002;
   color: #FFFFFF;
   padding: 0 20px 0 20px;
   line-height: 50px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_ResponsiveMenu1 .toggle:hover
{
   background-color: #010103;
   color: #FFFF00;
}
[id^=ResponsiveMenu1-submenu]:checked + ul 
{
   display: block !important;
}
#ResponsiveMenu1-title
{
   height: 68px !important;
   line-height: 68px !important;
   text-align: center;
}
#wb_ResponsiveMenu1 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_ResponsiveMenu1 ul ul .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   padding: 0 40px;
}
#wb_ResponsiveMenu1 a:hover,
#wb_ResponsiveMenu1 ul ul ul a 
{
   background-color: #0D6EFD;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul li ul li .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   background-color: #0D6EFD;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul ul a 
{
   padding: 15px 20px 15px 60px;
}
#wb_ResponsiveMenu1 ul li a 
{
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a br 
{
   display: none;
}
#wb_ResponsiveMenu1 ul li i 
{
   margin-right: 6px;
}
#wb_ResponsiveMenu1 ul ul 
{
   float: none;
   position: static;
}
#wb_ResponsiveMenu1 ul ul li:hover > ul,
#wb_ResponsiveMenu1 ul li:hover > ul 
{
   display: none;
}
#wb_ResponsiveMenu1 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   position: static;
}
#ResponsiveMenu1-icon 
{
   display: block;
   position: absolute;
   left: 30px;
   top: 22px;
   user-select: none;
}
#ResponsiveMenu1-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #FFFFFF;
   color: #FFFFFF;
   width: 24px;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover
{
   background-color: #0B5ED7;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 .toggle:hover .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{
   border-top-color: #FFFF00;
}
#wb_ResponsiveMenu1 ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover .arrow-down, #wb_ResponsiveMenu1 ul li ul li .active .arrow-down
{
   border-top-color: #FFFFFF;
}
}
#wb_funciona
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#funciona
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
}
#funciona > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#funciona > .col-1
{
   flex: 0 0 auto;
}
#funciona > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 768px)
{
#funciona > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_rifas
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#rifas
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 4px 0 4px 0;
   margin-right: auto;
   margin-left: auto;
}
#rifas > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#rifas > .col-1
{
   flex: 0 0 auto;
}
#rifas > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 768px)
{
#rifas > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 7px;
   text-align: center;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   border-radius: 7px 7px 0 0 !important;
   margin: 0;
   width: 100%;
   height: auto;
}
#wb_ayuda
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#ayuda
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 4px 0;
   margin-right: auto;
   margin-left: auto;
}
#ayuda > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#ayuda > .col-1
{
   flex: 0 0 auto;
}
#ayuda > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 768px)
{
#ayuda > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 7px;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   border-radius: 7px 7px 0 0 !important;
   margin: 0;
   width: 100%;
   height: auto;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 7px;
   text-align: center;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   border-radius: 7px 7px 0 0 !important;
   margin: 0;
   width: 100%;
   height: auto;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 7px;
   text-align: center;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   border-radius: 7px 7px 0 0 !important;
   margin: 0;
   width: 100%;
   height: auto;
}
    .rifa-hero-widget,
    .rifa-hero-widget * {
      box-sizing: border-box;
    }

    .rifa-hero-widget {
      isolation: isolate;
      position: relative;
      width: 100%;
      padding: 78px 24px 46px;
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
      overflow: hidden;
      background:
        radial-gradient(circle at 78% 34%, rgba(168, 85, 247, .38), transparent 36%),
        radial-gradient(circle at 22% 18%, rgba(236, 72, 153, .15), transparent 28%),
        linear-gradient(135deg, #050012 0%, #150032 48%, #2a125b 100%);
    }

    .rifa-hero-widget::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: radial-gradient(circle at center, black, transparent 78%);
      pointer-events: none;
    }

    .rifa-hero-widget .rifa-wrap {
      position: relative;
      z-index: 2;
      width: min(1220px, 100%);
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr .9fr;
      gap: 54px;
      align-items: center;
    }

    .rifa-hero-widget .rifa-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 20px;
      border: 1px solid rgba(216, 180, 254, .42);
      border-radius: 999px;
      background: rgba(255,255,255,.055);
      color: #f5c7ff;
      font-weight: 900;
      font-size: 14px;
      margin-bottom: 28px;
      box-shadow: inset 0 0 22px rgba(168,85,247,.16);
      animation: rifaFadeUp .7s ease both;
    }

    .rifa-hero-widget .rifa-badge i {
      width: 22px;
      height: 22px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: linear-gradient(135deg, #8b5cf6, #ec4899);
      font-style: normal;
      font-size: 12px;
    }

    .rifa-hero-widget h1 {
      margin: 0;
      font-size: clamp(48px, 8vw, 100px);
      line-height: .9;
      letter-spacing: -5px;
      font-weight: 950;
      color: #fff;
      text-wrap: balance;
      animation: rifaFadeUp .9s ease both;
    }

    .rifa-hero-widget h1 span {
      display: block;
      background: linear-gradient(90deg, #9b5cff 0%, #d75deb 45%, #ff70c8 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      filter: drop-shadow(0 0 22px rgba(216, 94, 235, .26));
    }

    .rifa-hero-widget p {
      max-width: 650px;
      margin: 26px 0 30px;
      color: #eee8ff;
      font-size: clamp(17px, 2vw, 22px);
      line-height: 1.55;
      animation: rifaFadeUp 1.05s ease both;
    }

    .rifa-hero-widget .rifa-actions,
    .rifa-hero-widget .rifa-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      animation: rifaFadeUp 1.2s ease both;
    }

    .rifa-hero-widget .rifa-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 56px;
      padding: 16px 26px;
      border-radius: 999px;
      text-decoration: none;
      font-weight: 950;
      color: #fff;
      background: linear-gradient(90deg, #8b5cf6, #db5ccf);
      box-shadow: 0 18px 38px rgba(168, 85, 247, .32);
      transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
    }

    .rifa-hero-widget .rifa-btn:hover {
      transform: translateY(-4px);
      box-shadow: 0 25px 52px rgba(168, 85, 247, .5);
      filter: brightness(1.08);
    }

    .rifa-hero-widget .rifa-btn.alt {
      background: rgba(255,255,255,.085);
      border: 1px solid rgba(255,255,255,.16);
      box-shadow: inset 0 0 28px rgba(255,255,255,.04);
    }

    .rifa-hero-widget .rifa-tags {
      margin-top: 26px;
    }

    .rifa-hero-widget .rifa-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 11px 16px;
      border-radius: 999px;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.12);
      color: #fff;
      font-size: 14px;
      font-weight: 850;
      backdrop-filter: blur(14px);
      transition: transform .25s ease, background .25s ease;
    }

    .rifa-hero-widget .rifa-tag:hover {
      transform: translateY(-3px);
      background: rgba(255,255,255,.11);
    }

    .rifa-hero-widget .rifa-visual {
      position: relative;
      min-height: 540px;
      display: grid;
      place-items: center;
      animation: rifaFloat 4.4s ease-in-out infinite;
    }

    .rifa-hero-widget .rifa-orbit {
      position: absolute;
      width: min(500px, 84vw);
      aspect-ratio: 1;
      border-radius: 50%;
      border: 2px solid rgba(168, 85, 247, .36);
      box-shadow:
        0 0 80px rgba(168, 85, 247, .18),
        inset 0 0 65px rgba(168, 85, 247, .08);
      animation: rifaSpin 18s linear infinite;
    }

    .rifa-hero-widget .rifa-orbit::before,
    .rifa-hero-widget .rifa-orbit::after {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #d946ef;
      box-shadow: 0 0 22px rgba(217,70,239,.95);
    }

    .rifa-hero-widget .rifa-orbit::before {
      top: 16%;
      left: 10%;
    }

    .rifa-hero-widget .rifa-orbit::after {
      right: 12%;
      bottom: 18%;
      background: #8b5cf6;
    }

    .rifa-hero-widget .rifa-phone {
      position: absolute;
      width: 215px;
      height: 340px;
      border-radius: 38px;
      background: linear-gradient(160deg, rgba(255,255,255,.24), rgba(255,255,255,.035));
      border: 2px solid rgba(255,255,255,.18);
      transform: rotate(-12deg) translate(-22px, -4px);
      box-shadow: 0 30px 85px rgba(0,0,0,.42);
      backdrop-filter: blur(8px);
      opacity: .82;
    }

    .rifa-hero-widget .rifa-video-circle {
      position: relative;
      z-index: 5;
      width: min(390px, 82vw);
      aspect-ratio: 1;
      border-radius: 50%;
      overflow: hidden;
      border: 4px solid rgba(216, 180, 254, .56);
      background: #16002f;
      box-shadow:
        0 0 0 12px rgba(168, 85, 247, .08),
        0 0 42px rgba(168, 85, 247, .45),
        0 0 110px rgba(236, 72, 153, .22);
      animation: rifaVideoPulse 3.2s ease-in-out infinite;
    }

    .rifa-hero-widget .rifa-video-circle::before {
      content: "";
      position: absolute;
      inset: -2px;
      z-index: 3;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(255,255,255,.22), transparent 38%, rgba(255,255,255,.08));
      pointer-events: none;
    }

    .rifa-hero-widget .rifa-video-circle::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 1%px;
      z-index: 4;
      transform: translateX(-50%);
      padding: 9px 18px;
      border-radius: 999px;
      background: rgba(10, 0, 28, .58);
      border: 1px solid rgba(255,255,255,.18);
      color: #fff;
      font-size: 13px;
      font-weight: 950;
      letter-spacing: 2px;
      backdrop-filter: blur(12px);
    }

    .rifa-hero-widget .rifa-video-circle video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transform: scale(1.04);
    }

    .rifa-hero-widget .rifa-luck {
      position: absolute;
      right: 26px;
      bottom: 74px;
      z-index: 8;
      padding: 14px 26px;
      border-radius: 18px;
      background: rgba(96, 36, 196, .72);
      border: 1px solid rgba(216, 180, 254, .5);
      box-shadow: 0 18px 45px rgba(0,0,0,.28);
      font-size: clamp(15px, 2vw, 20px);
      font-weight: 950;
      transform: rotate(7deg);
      backdrop-filter: blur(14px);
      animation: rifaBounce 1.9s ease-in-out infinite;
    }

    .rifa-hero-widget .rifa-features {
      position: relative;
      z-index: 2;
      width: min(1220px, 100%);
      margin: 52px auto 0;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 28px;
      overflow: hidden;
      background: rgba(255,255,255,.065);
      backdrop-filter: blur(18px);
      box-shadow: 0 30px 80px rgba(0,0,0,.24);
      animation: rifaFadeUp 1.35s ease both;
    }

    .rifa-hero-widget .rifa-feature {
      padding: 26px;
      display: flex;
      gap: 17px;
      align-items: center;
      border-right: 1px solid rgba(255,255,255,.1);
      transition: background .25s ease;
    }

    .rifa-hero-widget .rifa-feature:hover {
      background: rgba(255,255,255,.06);
    }

    .rifa-hero-widget .rifa-feature:last-child {
      border-right: 0;
    }

    .rifa-hero-widget .rifa-icon {
      width: 58px;
      height: 58px;
      min-width: 58px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, #8b5cf6, #6d28d9);
      box-shadow: 0 16px 35px rgba(109,40,217,.32);
      font-size: 23px;
    }

    .rifa-hero-widget .rifa-feature strong {
      display: block;
      font-size: 18px;
      margin-bottom: 6px;
      color: #fff;
    }

    .rifa-hero-widget .rifa-feature span {
      color: #e9ddff;
      font-size: 15px;
      line-height: 1.35;
    }

    @keyframes rifaFadeUp {
      from {
        opacity: 0;
        transform: translateY(26px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes rifaFloat {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-16px);
      }
    }

    @keyframes rifaSpin {
      to {
        transform: rotate(360deg);
      }
    }

    @keyframes rifaVideoPulse {
      0%, 100% {
        transform: scale(1);
        box-shadow:
          0 0 0 12px rgba(168, 85, 247, .08),
          0 0 42px rgba(168, 85, 247, .45),
          0 0 110px rgba(236, 72, 153, .22);
      }
      50% {
        transform: scale(1.035);
        box-shadow:
          0 0 0 18px rgba(168, 85, 247, .12),
          0 0 66px rgba(168, 85, 247, .72),
          0 0 135px rgba(236, 72, 153, .35);
      }
    }

    @keyframes rifaBounce {
      0%, 100% {
        transform: rotate(7deg) translateY(0);
      }
      50% {
        transform: rotate(7deg) translateY(-10px);
      }
    }

    @media (max-width: 980px) {
      .rifa-hero-widget {
        padding: 58px 18px 36px;
      }

      .rifa-hero-widget .rifa-wrap {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 34px;
      }

      .rifa-hero-widget p {
        margin-left: auto;
        margin-right: auto;
      }

      .rifa-hero-widget .rifa-actions,
      .rifa-hero-widget .rifa-tags {
        justify-content: center;
      }

      .rifa-hero-widget .rifa-visual {
        min-height: 450px;
      }

      .rifa-hero-widget .rifa-features {
        grid-template-columns: 1fr 1fr;
      }

      .rifa-hero-widget .rifa-luck {
        right: 50%;
        bottom: 34px;
        transform: translateX(50%) rotate(5deg);
      }

      @keyframes rifaBounce {
        0%, 100% {
          transform: translateX(50%) rotate(5deg) translateY(0);
        }
        50% {
          transform: translateX(50%) rotate(5deg) translateY(-10px);
        }
      }
    }

    @media (max-width: 560px) {
      .rifa-hero-widget {
        padding: 46px 16px 30px;
      }

      .rifa-hero-widget h1 {
        letter-spacing: -2.5px;
      }

      .rifa-hero-widget .rifa-btn {
        width: 100%;
      }

      .rifa-hero-widget .rifa-visual {
        min-height: 390px;
      }

      .rifa-hero-widget .rifa-phone {
        width: 160px;
        height: 260px;
      }

      .rifa-hero-widget .rifa-video-circle {
        width: min(292px, 82vw);
      }

      .rifa-hero-widget .rifa-features {
        grid-template-columns: 1fr;
        border-radius: 24px;
      }

      .rifa-hero-widget .rifa-feature {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
      }

      .rifa-hero-widget .rifa-feature:last-child {
        border-bottom: 0;
      }
    }
  .how-rifagift {
  width: 100%;
  padding: 52px 28px 42px;
  background:
    radial-gradient(circle at 15% 15%, rgba(152, 68, 255, .22), transparent 34%),
    linear-gradient(135deg, #100022 0%, #090014 48%, #05000b 100%);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  overflow: hidden;
}

.how-head {
  text-align: center;
  max-width: 1050px;
  margin: 0 auto 32px;
}

.how-head h2 {
  margin: 0 0 10px;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -2px;
  color: #ffffff;
  text-shadow: 0 10px 35px rgba(171, 78, 255, .25);
}

.how-head p {
  margin: 0;
  font-size: clamp(17px, 2vw, 25px);
  line-height: 1.35;
  color: #d9ccff;
}

.how-grid {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.how-card {
  position: relative;
  min-height: 245px;
  padding: 32px 28px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
  border: 1px solid rgba(205, 185, 255, .18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 18px 45px rgba(0, 0, 0, .28);
  text-align: center;
  transition: .35s ease;
}

.how-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(179, 82, 255, .35), transparent 45%, rgba(255, 82, 198, .18));
  opacity: 0;
  transition: .35s ease;
  z-index: 0;
}

.how-card > * {
  position: relative;
  z-index: 1;
}

.how-card:hover {
  transform: translateY(-7px);
  border-color: rgba(198, 113, 255, .55);
  box-shadow:
    0 24px 55px rgba(126, 48, 255, .22),
    inset 0 1px 0 rgba(255,255,255,.12);
}

.how-card:hover::before {
  opacity: 1;
}

.how-icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 26px;
  border-radius: 22px;
  background: linear-gradient(135deg, #8d3dff 0%, #c257ff 50%, #f05bc5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  box-shadow: 0 16px 34px rgba(180, 75, 255, .35);
}

.how-card h3 {
  margin: 0 0 14px;
  font-size: clamp(20px, 1.45vw, 27px);
  line-height: 1.14;
  font-weight: 900;
  color: #ffffff;
}

.how-card p {
  margin: 0 auto;
  max-width: 330px;
  font-size: clamp(16px, 1.25vw, 22px);
  line-height: 1.35;
  color: #e7ddff;
}

@media (max-width: 1150px) {
  .how-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .how-card {
    min-height: 220px;
  }
}

@media (max-width: 620px) {
  .how-rifagift {
    padding: 42px 16px 34px;
  }

  .how-head {
    text-align: left;
    margin-bottom: 24px;
  }

  .how-head h2 {
    letter-spacing: -1px;
  }

  .how-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .how-card {
    min-height: auto;
    padding: 26px 22px;
    border-radius: 24px;
    text-align: left;
  }

  .how-icon {
    width: 58px;
    height: 58px;
    margin: 0 0 20px;
    border-radius: 19px;
    font-size: 24px;
  }

  .how-card p {
    max-width: none;
  }
}
*{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
  width:100%;
  overflow-x:hidden;
  background:#070014;
  font-family:Arial, Helvetica, sans-serif;
}

/* CONTENEDOR GENERAL */
.rifagift-embed-section{
  width:100%;
  padding:0;
  margin:0;
  background:
    radial-gradient(circle at top, #2b0b52 0%, #120024 45%, #070014 100%);
}

/* BOX DEL IFRAME */
.rifagift-frame-box{
  width:100%;
  height:100vh;
  overflow:hidden;
  background:#070014;
}

/* IFRAME */
.rifagift-frame-box iframe{
  width:100%;
  height:100%;
  border:0;
  display:flex;
  background:#070014;
}

/* TABLET */
@media(max-width:991px){

  .rifagift-frame-box{
    height:100vh;
  }

}

/* MOBILE */
@media(max-width:600px){

  .rifagift-frame-box{
    height:100vh;
  }

}
.rifaplux-footer{
    position: relative;
    background: linear-gradient(180deg,#050014 0%,#090020 100%);
    padding: 65px 25px 25px;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-family: 'Poppins', sans-serif;
}

.footer-glow{
    position: absolute;
    top: -180px;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
    height: 450px;
    background: radial-gradient(circle,
    rgba(140,82,255,0.32) 0%,
    rgba(140,82,255,0) 70%);
    pointer-events: none;
}

.footer-container{
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 35px;
}

.footer-column h3{
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 18px;
    font-weight: 700;
}

.footer-logo{
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(90deg,#9d4dff,#00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}

.footer-text{
    color: rgba(255,255,255,0.72);
    line-height: 1.7;
    font-size: 13px;
    margin-bottom: 18px;
    max-width: 260px;
}

.footer-links{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li{
    margin-bottom: 10px;
}

.footer-links a{
    color: rgba(255,255,255,0.70);
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 13px;
}

.footer-links a:hover{
    color: #9d4dff;
    padding-left: 4px;
}

.footer-contact p{
    color: rgba(255,255,255,0.75);
    margin-bottom: 10px;
    font-size: 13px;
}

.footer-socials{
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.footer-socials a{
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.3s ease;
}

.footer-socials a:hover{
    transform: translateY(-4px);
    background: linear-gradient(135deg,#9d4dff,#00d4ff);
    box-shadow: 0 10px 25px rgba(140,82,255,0.35);
}

.footer-bottom{
    position: relative;
    z-index: 2;
    margin-top: 50px;
    padding-top: 18px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.footer-bottom strong{
    color: white;
}

@media(max-width:768px){
    .rifaplux-footer{
        padding: 55px 20px 22px;
    }

    .footer-container{
        gap: 28px;
    }

    .footer-logo{
        font-size: 24px;
    }

    .footer-column{
        text-align: center;
    }

    .footer-text{
        margin: auto;
    }

    .footer-socials{
        justify-content: center;
    }
}
