:root {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 7 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 7 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 7 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 7 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 7 Pro";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 7 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 7 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 7 Sharp";
  --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 7 Sharp";
  --fa-font-duotone: normal 900 1em / 1 "Font Awesome 7 Duotone";
  --fa-font-duotone-regular: normal 400 1em/1 "Font Awesome 7 Pro";
  --fa-font-duotone-light: normal 300 1em/1 "Font Awesome 7 Pro";
  --fa-font-duotone-thin: normal 100 1em/1 "Font Awesome 7 Pro";
  --fa-font-sharp-duotone-solid: normal 900 1em/1 "Font Awesome 7 Sharp Duotone";
  --fa-font-sharp-duotone-regular: normal 400 1em/1
    "Font Awesome 7 Sharp Duotone";
  --fa-font-sharp-duotone-light: normal 300 1em/1 "Font Awesome 7 Sharp Duotone";
  --fa-font-sharp-duotone-thin: normal 100 1em/1 "Font Awesome 7 Sharp Duotone";
  --fa-font-chisel-regular: normal 400 1em/1 "Font Awesome 7 Chisel";
  --fa-font-etch-solid: normal 900 1em/1 "Font Awesome 7 Etch";
  --fa-font-graphite-thin: normal 100 1em/1 "Font Awesome 7 Graphite";
  --fa-font-jelly-regular: normal 400 1em/1 "Font Awesome 7 Jelly";
  --fa-font-jelly-fill-regular: normal 400 1em/1 "Font Awesome 7 Jelly Fill";
  --fa-font-jelly-duo-regular: normal 400 1em/1 "Font Awesome 7 Jelly Duo";
  --fa-font-notdog-solid: normal 900 1em/1 "Font Awesome 7 Notdog";
  --fa-font-notdog-duo-solid: normal 900 1em/1 "Font Awesome 7 Notdog Duo";
  --fa-font-slab-regular: normal 400 1em/1 "Font Awesome 7 Slab";
  --fa-font-slab-press-regular: normal 400 1em/1 "Font Awesome 7 Slab Press";
  --fa-font-thumbprint-light: normal 400 1em/1 "Font Awesome 7 Thumbprint";
  --fa-font-utility-semibold: normal 600 1em/1 "Font Awesome 7 Utility";
  --fa-font-utility-fill-semibold: normal 600 1em/1
    "Font Awesome 7 Utility Fill";
  --fa-font-utility-duo-semibold: normal 600 1em/1 "Font Awesome 7 Utility Duo";
  --fa-font-whiteboard-semibold: normal 600 1em/1 "Font Awesome 7 Whiteboard";
}

.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* Brands */
.icon-brands {
  font: var(--fa-font-brands);
  font-weight: 400;
}
.icon-brands::before {
  font: var(--fa-font-brands);
  font-weight: 400;
}

/* Classic */
.icon-solid {
  font: var(--fa-font-solid);
  font-weight: 900;
}
.icon-solid::before {
  font: var(--fa-font-solid);
  font-weight: 900;
}

.icon-regular {
  font: var(--fa-font-regular);
  font-weight: 400;
}
.icon-regular::before {
  font: var(--fa-font-regular);
  font-weight: 400;
}

.icon-light {
  font: var(--fa-font-light);
  font-weight: 300;
}
.icon-light::before {
  font: var(--fa-font-light);
  font-weight: 300;
}

.icon-thin {
  font: var(--fa-font-thin);
  font-weight: 100;
}
.icon-thin::before {
  font: var(--fa-font-thin);
  font-weight: 100;
}

/* Sharp */
.icon-sharp-solid {
  font: var(--fa-font-sharp-solid);
  font-weight: 900;
}
.icon-sharp-solid::before {
  font: var(--fa-font-sharp-solid);
  font-weight: 900;
}

.icon-sharp-regular {
  font: var(--fa-font-sharp-regular);
  font-weight: 400;
}
.icon-sharp-regular::before {
  font: var(--fa-font-sharp-regular);
  font-weight: 400;
}

.icon-sharp-light {
  font: var(--fa-font-sharp-light);
  font-weight: 300;
}
.icon-sharp-light::before {
  font: var(--fa-font-sharp-light);
  font-weight: 300;
}

.icon-sharp-thin {
  font: var(--fa-font-sharp-thin);
  font-weight: 100;
}
.icon-sharp-thin::before {
  font: var(--fa-font-sharp-thin);
  font-weight: 100;
}

/* Duotone */
.icon-duotone {
  font: var(--fa-font-duotone);
  font-weight: 900;
}
.icon-duotone::before {
  font: var(--fa-font-duotone);
  font-weight: 900;
}

.icon-duotone-regular {
  font: var(--fa-font-duotone-regular);
  font-weight: 400;
}
.icon-duotone-regular::before {
  font: var(--fa-font-duotone-regular);
  font-weight: 400;
}

.icon-duotone-light {
  font: var(--fa-font-duotone-light);
  font-weight: 300;
}
.icon-duotone-light::before {
  font: var(--fa-font-duotone-light);
  font-weight: 300;
}

.icon-duotone-thin {
  font: var(--fa-font-duotone-thin);
  font-weight: 100;
}
.icon-duotone-thin::before {
  font: var(--fa-font-duotone-thin);
  font-weight: 100;
}

/* Sharp Duotone */
.icon-sharp-duotone-solid {
  font: var(--fa-font-sharp-duotone-solid);
  font-weight: 900;
}
.icon-sharp-duotone-solid::before {
  font: var(--fa-font-sharp-duotone-solid);
  font-weight: 900;
}

.icon-sharp-duotone-regular {
  font: var(--fa-font-sharp-duotone-regular);
  font-weight: 400;
}
.icon-sharp-duotone-regular::before {
  font: var(--fa-font-sharp-duotone-regular);
  font-weight: 400;
}

.icon-sharp-duotone-light {
  font: var(--fa-font-sharp-duotone-light);
  font-weight: 300;
}
.icon-sharp-duotone-light::before {
  font: var(--fa-font-sharp-duotone-light);
  font-weight: 300;
}

.icon-sharp-duotone-thin {
  font: var(--fa-font-sharp-duotone-thin);
  font-weight: 100;
}
.icon-sharp-duotone-thin::before {
  font: var(--fa-font-sharp-duotone-thin);
  font-weight: 100;
}

/* Special families */
.icon-chisel-regular {
  font: var(--fa-font-chisel-regular);
  font-weight: 400;
}
.icon-chisel-regular::before {
  font: var(--fa-font-chisel-regular);
  font-weight: 400;
}

.icon-etch-solid {
  font: var(--fa-font-etch-solid);
  font-weight: 900;
}
.icon-etch-solid::before {
  font: var(--fa-font-etch-solid);
  font-weight: 900;
}

.icon-graphite-thin {
  font: var(--fa-font-graphite-thin);
  font-weight: 100;
}
.icon-graphite-thin::before {
  font: var(--fa-font-graphite-thin);
  font-weight: 100;
}

.icon-jelly-regular {
  font: var(--fa-font-jelly-regular);
  font-weight: 400;
}
.icon-jelly-regular::before {
  font: var(--fa-font-jelly-regular);
  font-weight: 400;
}

.icon-jelly-fill-regular {
  font: var(--fa-font-jelly-fill-regular);
  font-weight: 400;
}
.icon-jelly-fill-regular::before {
  font: var(--fa-font-jelly-fill-regular);
  font-weight: 400;
}

.icon-jelly-duo-regular {
  font: var(--fa-font-jelly-duo-regular);
  font-weight: 400;
}
.icon-jelly-duo-regular::before {
  font: var(--fa-font-jelly-duo-regular);
  font-weight: 400;
}

.icon-notdog-solid {
  font: var(--fa-font-notdog-solid);
  font-weight: 900;
}
.icon-notdog-solid::before {
  font: var(--fa-font-notdog-solid);
  font-weight: 900;
}

.icon-notdog-duo-solid {
  font: var(--fa-font-notdog-duo-solid);
  font-weight: 900;
}
.icon-notdog-duo-solid::before {
  font: var(--fa-font-notdog-duo-solid);
  font-weight: 900;
}

/* Slab */
.icon-slab-regular {
  font: var(--fa-font-slab-regular);
  font-weight: 400;
}
.icon-slab-regular::before {
  font: var(--fa-font-slab-regular);
  font-weight: 400;
}

.icon-slab-press-regular {
  font: var(--fa-font-slab-press-regular);
  font-weight: 400;
}
.icon-slab-press-regular::before {
  font: var(--fa-font-slab-press-regular);
  font-weight: 400;
}

/* Thumbprint */
.icon-thumbprint-light {
  font: var(--fa-font-thumbprint-light);
  font-weight: 400;
}
.icon-thumbprint-light::before {
  font: var(--fa-font-thumbprint-light);
  font-weight: 400;
}

/* Utility */
.icon-utility-semibold {
  font: var(--fa-font-utility-semibold);
  font-weight: 600;
}
.icon-utility-semibold::before {
  font: var(--fa-font-utility-semibold);
  font-weight: 600;
}

.icon-utility-fill-semibold {
  font: var(--fa-font-utility-fill-semibold);
  font-weight: 600;
}
.icon-utility-fill-semibold::before {
  font: var(--fa-font-utility-fill-semibold);
  font-weight: 600;
}

.icon-utility-duo-semibold {
  font: var(--fa-font-utility-duo-semibold);
  font-weight: 600;
}
.icon-utility-duo-semibold::before {
  font: var(--fa-font-utility-duo-semibold);
  font-weight: 600;
}

/* Whiteboard */
.icon-whiteboard-semibold {
  font: var(--fa-font-whiteboard-semibold);
  font-weight: 600;
}
.icon-whiteboard-semibold::before {
  font: var(--fa-font-whiteboard-semibold);
  font-weight: 600;
}

/**
 * Set up a decent box model on the root element
 */
html {
  scroll-padding-top: 80px;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
body {
  color: #fff;
  background-color: #012c8a;
  background-image: url("../img/bgGeneral.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

footer {
  margin-top: auto;
}

@font-face {
  @font-face {
    font-family: "PIXEL CRAFT";
    src: url("../fonts/PIXEL-CRAFT.eot");
    src: url("../fonts/PIXEL-CRAFT.eot?#iefix") format("embedded-opentype"), url("../fonts/PIXEL-CRAFT.woff2") format("woff2"), url("../fonts/PIXEL-CRAFT.woff") format("woff"), url("../fonts/PIXEL-CRAFT.ttf") format("truetype"), url("../fonts/PIXEL-CRAFT.svg#PIXEL CRAFT") format("svg");
  }
}
@font-face {
  font-family: "Foco";
  src: url("../fonts/FocoBlack-Regular.eot");
  src: url("../fonts/FocoBlack-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FocoBlack-Regular.woff2") format("woff2"), url("../fonts/FocoBlack-Regular.woff") format("woff"), url("../fonts/FocoBlack-Regular.ttf") format("truetype"), url("../fonts/FocoBlack-Regular.svg#FocoBlack-Regular") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Foco";
  src: url("../fonts/Foco-Regular.eot");
  src: url("../fonts/Foco-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Foco-Regular.woff2") format("woff2"), url("../fonts/Foco-Regular.woff") format("woff"), url("../fonts/Foco-Regular.ttf") format("truetype"), url("../fonts/Foco-Regular.svg#Foco-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-UltraLightItalic.eot");
  src: url("../fonts/HelveticaNeue-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-UltraLightItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-UltraLightItalic.woff") format("woff"), url("../fonts/HelveticaNeue-UltraLightItalic.ttf") format("truetype"), url("../fonts/HelveticaNeue-UltraLightItalic.svg#HelveticaNeue-UltraLightItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-UltraLight.eot");
  src: url("../fonts/HelveticaNeue-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-UltraLight.woff2") format("woff2"), url("../fonts/HelveticaNeue-UltraLight.woff") format("woff"), url("../fonts/HelveticaNeue-UltraLight.ttf") format("truetype"), url("../fonts/HelveticaNeue-UltraLight.svg#HelveticaNeue-UltraLight") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-ThinItalic.eot");
  src: url("../fonts/HelveticaNeue-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-ThinItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-ThinItalic.woff") format("woff"), url("../fonts/HelveticaNeue-ThinItalic.ttf") format("truetype"), url("../fonts/HelveticaNeue-ThinItalic.svg#HelveticaNeue-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Thin.eot");
  src: url("../fonts/HelveticaNeue-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Thin.woff2") format("woff2"), url("../fonts/HelveticaNeue-Thin.woff") format("woff"), url("../fonts/HelveticaNeue-Thin.ttf") format("truetype"), url("../fonts/HelveticaNeue-Thin.svg#HelveticaNeue-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-MediumItalic.eot");
  src: url("../fonts/HelveticaNeue-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-MediumItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-MediumItalic.woff") format("woff"), url("../fonts/HelveticaNeue-MediumItalic.ttf") format("truetype"), url("../fonts/HelveticaNeue-MediumItalic.svg#HelveticaNeue-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.eot");
  src: url("../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-LightItalic.eot");
  src: url("../fonts/HelveticaNeue-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-LightItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-LightItalic.woff") format("woff"), url("../fonts/HelveticaNeue-LightItalic.ttf") format("truetype"), url("../fonts/HelveticaNeue-LightItalic.svg#HelveticaNeue-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Light.eot");
  src: url("../fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff"), url("../fonts/HelveticaNeue-Light.ttf") format("truetype"), url("../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Italic.eot");
  src: url("../fonts/HelveticaNeue-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Italic.woff2") format("woff2"), url("../fonts/HelveticaNeue-Italic.woff") format("woff"), url("../fonts/HelveticaNeue-Italic.ttf") format("truetype"), url("../fonts/HelveticaNeue-Italic.svg#HelveticaNeue-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-CondensedBold.eot");
  src: url("../fonts/HelveticaNeue-CondensedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-CondensedBold.woff2") format("woff2"), url("../fonts/HelveticaNeue-CondensedBold.woff") format("woff"), url("../fonts/HelveticaNeue-CondensedBold.ttf") format("truetype"), url("../fonts/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-CondensedBlack.eot");
  src: url("../fonts/HelveticaNeue-CondensedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-CondensedBlack.woff2") format("woff2"), url("../fonts/HelveticaNeue-CondensedBlack.woff") format("woff"), url("../fonts/HelveticaNeue-CondensedBlack.ttf") format("truetype"), url("../fonts/HelveticaNeue-CondensedBlack.svg#HelveticaNeue-CondensedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-BoldItalic.eot");
  src: url("../fonts/HelveticaNeue-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-BoldItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-BoldItalic.woff") format("woff"), url("../fonts/HelveticaNeue-BoldItalic.ttf") format("truetype"), url("../fonts/HelveticaNeue-BoldItalic.svg#HelveticaNeue-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.eot");
  src: url("../fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue.eot");
  src: url("../fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.ttf") format("truetype"), url("../fonts/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   Foco
   ========================================================================== */
.foco-regular,
.foco,
body {
  font-family: "Foco", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.foco-black,
.title-page, .title-section {
  font-family: "Foco", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* ==========================================================================
   Helvetica Neue
   ========================================================================== */
/* Ultra Light / Thin (Weight: 100) */
.helvetica-ultralight,
.helvetica-thin {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.helvetica-ultralight-italic,
.helvetica-thin-italic {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  font-style: italic;
}

/* Light (Weight: 300) */
.helvetica-light,
.helvetica-light {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.helvetica-light-italic {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-style: italic;
}

/* Regular (Weight: 400) */
.helvetica-regular {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.helvetica-italic {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-style: italic;
}

/* Medium (Weight: 500) */
.helvetica-medium {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.helvetica-medium-italic {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-style: italic;
}

/* Bold (Weight: 700) */
.helvetica-bold {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.helvetica-bold-italic {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* Condensed Bold (Weight: 700) */
.helvetica-condensed-bold, #premioModal .modal-prize-title,
.premioModal .modal-prize-title, .pageCongrats .sliderBannerPremio .itemPremio .wrapperPremio p {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-stretch: condensed;
  font-style: normal;
}

/* Condensed Black (Weight: 900) */
.helvetica-condensed-black {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
}

/* ==========================================================================
   Font Awesome WhatsApp Helper
   ========================================================================== */
/* ==========================================================================
   Custom Menu
   ========================================================================== */
.customMenu {
  background-color: #012c8a;
  position: relative;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .customMenu {
    position: fixed;
    top: 0px;
  }
}
.customMenu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url("../img/bgLineMenu.png") repeat-x center bottom;
  background-size: 100% 100%;
  z-index: 2;
  pointer-events: none;
}
.customMenu .navbar {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  position: relative;
  z-index: 3;
}
.customMenu .navbar-brand {
  padding: 0;
  margin-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1050;
}
.customMenu .navbar-brand .menu-logo {
  height: 90px;
  width: auto;
  margin-bottom: -45px;
  position: relative;
  z-index: 1050;
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3));
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.customMenu .navbar-brand .menu-logo:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.customMenu .nav-actions-mobile {
  position: relative;
  z-index: 1050;
  margin-left: auto;
}
.customMenu .navbar-toggler {
  padding: 0.25rem 0.4rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
  border: none;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
}
.customMenu .navbar-toggler:hover, .customMenu .navbar-toggler:focus {
  color: #fbc91d;
}
.customMenu .navbar-toggler .icon-bars {
  display: inline-block;
}
.customMenu .navbar-toggler .icon-close {
  display: none;
}
.customMenu .navbar-toggler:not(.collapsed) .icon-bars, .customMenu .navbar-toggler[aria-expanded=true] .icon-bars {
  display: none;
}
.customMenu .navbar-toggler:not(.collapsed) .icon-close, .customMenu .navbar-toggler[aria-expanded=true] .icon-close {
  display: inline-block;
}
.customMenu .navbar-toggler.collapsed .icon-bars, .customMenu .navbar-toggler[aria-expanded=false] .icon-bars {
  display: inline-block;
}
.customMenu .navbar-toggler.collapsed .icon-close, .customMenu .navbar-toggler[aria-expanded=false] .icon-close {
  display: none;
}
.customMenu .navbar-nav {
  gap: 0;
}
.customMenu .navbar-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .customMenu .navbar-nav .nav-item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.4);
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
}
@media (min-width: 1200px) {
  .customMenu .navbar-nav .nav-item {
    margin-right: 0.5rem;
  }
}
.customMenu .navbar-nav .nav-link {
  font-family: "Foco", sans-serif;
  font-weight: 900;
  color: #ffffff !important;
  font-size: 0.92rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0.5rem 0.1rem !important;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s ease, color 0.2s ease;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.customMenu .navbar-nav .nav-link:hover, .customMenu .navbar-nav .nav-link:focus, .customMenu .navbar-nav .nav-link.active {
  color: #fbc91d !important;
  opacity: 1;
}
.customMenu .btn-whatsapp {
  background: url("../img/btnWhatsappMenu.png") no-repeat center center;
  background-size: 100% 100%;
  color: #ffffff !important;
  font-family: "Foco", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  padding: 12px 20px;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
}
.customMenu .btn-whatsapp:hover, .customMenu .btn-whatsapp:focus {
  color: #ffffff !important;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.customMenu .btn-whatsapp .fa-whatsapp,
.customMenu .btn-whatsapp i {
  font-size: 1.1rem;
}
.customMenu .btn-whatsapp.btn-whatsapp-mobile {
  padding: 6px 14px;
  font-size: 0.88rem;
  gap: 0.4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.customMenu .btn-whatsapp.btn-whatsapp-mobile i,
.customMenu .btn-whatsapp.btn-whatsapp-mobile .fa-whatsapp {
  font-size: 1.05rem;
}
@media (max-width: 991.98px) {
  .customMenu {
    position: sticky;
    top: 0;
    z-index: 1040;
  }
  .customMenu .navbar {
    position: static;
  }
  .customMenu .navbar-brand .menu-logo {
    height: 52px;
    margin-bottom: 0;
  }
  .customMenu .nav-actions-mobile .btn-whatsapp-icon {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .customMenu .nav-actions-mobile .btn-whatsapp-icon:hover, .customMenu .nav-actions-mobile .btn-whatsapp-icon:focus {
    color: #fbc91d;
  }
  .customMenu .nav-actions-mobile .user-info-box {
    text-align: right;
    padding-right: 8px;
  }
  .customMenu .nav-actions-mobile .user-info-box .user-name {
    font-size: 11px;
  }
  .customMenu .nav-actions-mobile .user-info-box .user-points {
    font-size: 12px;
  }
  .customMenu .navbar-collapse {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #012c8a;
    z-index: 1000;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0;
    padding: 3rem 1.5rem 1.25rem;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.25s ease;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    visibility: hidden;
  }
  .customMenu .navbar-collapse::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: url("../img/bgLineMenu.png") repeat-x center bottom;
    background-size: 100% 100%;
    pointer-events: none;
  }
  .customMenu .navbar-collapse:not(.show):not(.collapsing):not(.menu-opening):not(.menu-closing) {
    display: none;
  }
  .customMenu .navbar-collapse.collapsing {
    display: block !important;
    height: 100vh !important;
    overflow: hidden !important;
    visibility: visible;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
    transition: opacity 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.25s ease !important;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
  }
  .customMenu .navbar-collapse.menu-open, .customMenu .navbar-collapse.collapse.show {
    display: block !important;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .customMenu .navbar-collapse.menu-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  .customMenu .navbar-nav {
    padding: 0.5rem 0;
    text-align: right;
  }
  .customMenu .navbar-nav .nav-item {
    padding: 0.65rem 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .customMenu .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .customMenu .navbar-nav .nav-item::after {
    display: none !important;
  }
  .customMenu .navbar-nav .nav-link {
    display: inline-block;
    font-size: 1rem;
    padding: 0.25rem 0 !important;
  }
}

/* ==========================================================================
   Homepage 1 Section
   ========================================================================== */
.line-divisor-home {
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.line-divisor-home img {
  display: block;
  width: 100%;
  height: auto;
}

.homepage-1 {
  background-image: url("../img/bgHome1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .homepage-1 {
    background-image: url("../img/bgHome1mobile.jpg");
    background-size: cover;
    background-position: top;
  }
}
@media screen and (max-width: 991px) {
  .homepage-1 .logo-nan-mobile {
    position: relative;
    right: -10px;
    margin-top: -30px;
  }
}
.homepage-1 .text-yellow {
  color: #fbc91d !important;
}
.homepage-1 .linkPromo {
  color: #fac912;
  text-decoration: underline;
}
.homepage-1 .linkPromo:hover {
  color: #fac912;
  text-decoration: none;
}
.homepage-1 .form-card {
  background: url("../img/bgForm.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 24px;
  padding: 30px 25px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .homepage-1 .form-card {
    min-height: 500px;
  }
}
.homepage-1 .form-card .title-home {
  font-size: 26px;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.homepage-1 .form-card .subtext-home {
  font-size: 1rem;
  line-height: 1.4;
}
.homepage-1 .form-card .form-label {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.homepage-1 .form-card .form-control,
.homepage-1 .form-card .form-select {
  color: black;
  min-height: 45px;
  border-radius: 10px !important;
}
.homepage-1 .form-card .form-control::-webkit-input-placeholder, .homepage-1 .form-card .form-select::-webkit-input-placeholder {
  color: black;
}
.homepage-1 .form-card .form-control::-moz-placeholder, .homepage-1 .form-card .form-select::-moz-placeholder {
  color: black;
}
.homepage-1 .form-card .form-control:-ms-input-placeholder, .homepage-1 .form-card .form-select:-ms-input-placeholder {
  color: black;
}
.homepage-1 .form-card .form-control::-ms-input-placeholder, .homepage-1 .form-card .form-select::-ms-input-placeholder {
  color: black;
}
.homepage-1 .form-card .form-control::placeholder,
.homepage-1 .form-card .form-select::placeholder {
  color: black;
}
.homepage-1 .form-card .form-control.is-invalid, .homepage-1 .form-card .form-control.error-feedback,
.homepage-1 .form-card .form-select.is-invalid,
.homepage-1 .form-card .form-select.error-feedback {
  border: 2px solid #ff6b6b !important;
}
.homepage-1 .form-card .form-check-input.is-invalid ~ .form-check-label,
.homepage-1 .form-card .was-validated .form-check-input:invalid ~ .form-check-label {
  color: white !important;
}
.homepage-1 .form-card span.error-feedback,
.homepage-1 .form-card label.error-feedback,
.homepage-1 .form-card .error-feedback {
  color: #ffda6a;
  font-size: 0.82rem;
  margin-top: 5px;
  display: block;
  font-family: "Foco", sans-serif;
  font-weight: 400;
  text-align: left;
}
.homepage-1 .form-card .form-check-label {
  font-size: 14px;
  cursor: pointer;
}
.homepage-1 .form-card .linkCheck {
  text-decoration: underline;
}
.homepage-1 .form-card .linkCheck:hover {
  text-decoration: none;
}
.homepage-1 .form-card .btnModalTicket {
  background-color: black;
  color: white;
  padding: 2px 12px;
  border-radius: 5px !important;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: none;
  outline: none;
  font-size: 22px;
}
.homepage-1 .form-card .custom-input {
  border-radius: 5px;
  border: 2px solid #ffffff;
  border-right: none;
  padding: 7px 10px;
  font-size: 1rem;
  background-color: #ffffff;
  color: #333333;
}
.homepage-1 .form-card .custom-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #fbc91d;
}
.homepage-1 .form-card .promo2 {
  position: relative;
  margin-top: -50px;
}
.homepage-1 .form-card .wrapperBtn .btnNext {
  background-color: #fbc91d;
  border-radius: 30px;
  color: #030b40;
  padding: 10px 10px;
  width: 100%;
}
.homepage-1 .form-card .wrapperBtn .btnNext i {
  margin-left: 0px;
  color: #030b40;
  font-size: 13px;
}
.homepage-1 .form-card .btn-next {
  background-color: #fbc91d;
  color: #012c8a;
  border: 2px solid #ffffff;
  border-left: none;
  border-radius: 0 50px 50px 0;
  padding: 0.75rem 1.4rem;
  font-size: 1.1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.homepage-1 .form-card .btn-next:hover, .homepage-1 .form-card .btn-next:focus {
  background-color: rgb(251.8869565217, 212.9739130435, 79.1130434783);
  color: #012c8a;
}
.homepage-1 .form-card .btn-whatsapp-green {
  background-color: #0b9d15;
  border: 2px solid #ffffff;
  color: #ffffff !important;
  border-radius: 50px;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 12px rgba(11, 157, 21, 0.4);
          box-shadow: 0 4px 12px rgba(11, 157, 21, 0.4);
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
}
.homepage-1 .form-card .btn-whatsapp-green:hover, .homepage-1 .form-card .btn-whatsapp-green:focus {
  background-color: rgb(12.6696428571, 180.8303571429, 24.1875);
  color: #ffffff !important;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.homepage-1 .promo-img {
  max-height: 520px;
  width: auto;
  -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.4));
}
@media (max-width: 991.98px) {
  .homepage-1 {
    min-height: auto;
    padding: 2rem 0;
    padding-bottom: 0 !important;
  }
  .homepage-1 .form-card {
    padding: 1.75rem;
  }
  .homepage-1 .form-card .title-home {
    font-size: 1.5rem;
  }
}

.btnWhatsappPromo {
  background-color: #0b9d15;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 18px;
}
.btnWhatsappPromo span {
  display: none;
}
@media (min-width: 1200px) {
  .btnWhatsappPromo span {
    display: inline;
  }
}
@media screen and (max-width: 991px) {
  .btnWhatsappPromo {
    font-size: 14px;
  }
}
.btnWhatsappPromo i {
  font-size: 20px;
  margin-right: 0px;
}

nav .btnWhatsappPromo {
  padding: 6px 15px;
}

.color-yellow, .homepage-1 .form-card .linkCheck, .homepage-1 .form-card .linkCheck:hover {
  color: #fbc91d;
}

.homepage-3 {
  background-image: url("../img/bgHome3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .homepage-3 {
    background-image: url("../img/bgHome3mobile.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
}

/* ==========================================================================
   Custom Footer
   ========================================================================== */
.customFooter {
  background-color: #0343a7;
  color: #ffffff;
  padding: 1.25rem 0;
}
.customFooter .footer-logo {
  width: 95px;
  height: auto;
  display: block;
}
.customFooter .footer-links {
  font-size: 0.95rem;
}
.customFooter .footer-links .footer-link {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.customFooter .footer-links .footer-link:hover {
  color: #ffffff;
  opacity: 0.8;
}
.customFooter .footer-links .footer-separator {
  margin: 0 0.5rem;
  color: #ffffff;
  font-weight: 300;
}
.customFooter .footer-text {
  font-size: 0.78rem;
  line-height: 1.35;
  color: #ffffff;
  max-width: 900px;
}
.customFooter .footer-copy {
  font-size: 0.88rem;
  color: #ffffff;
}
.customFooter .footer-social .social-icon {
  background-color: #0c1e68;
  color: #ffffff !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 1.15rem;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
}
.customFooter .footer-social .social-icon:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  background-color: rgb(17.275862069, 43.1896551724, 149.724137931);
  color: #ffffff !important;
}
.customFooter .footer-social .social-icon i {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .customFooter {
    padding: 2.5rem 1.25rem 2rem;
    text-align: left;
  }
  .customFooter .footer-logo {
    margin: 0;
    width: 88px;
  }
  .customFooter .footer-links {
    display: block;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-top: 0.25rem;
  }
  .customFooter .footer-links .footer-link {
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
  }
  .customFooter .footer-links .footer-separator {
    margin: 0 0.4rem;
  }
  .customFooter .footer-text {
    margin: 1.25rem 0 1.25rem 0;
    font-size: 0.85rem;
    line-height: 1.45;
    text-align: left;
  }
  .customFooter .footer-copy {
    text-align: left;
    font-size: 0.95rem;
    margin-top: 0.5rem;
  }
  .customFooter .footer-social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.85rem !important;
  }
  .customFooter .footer-social .social-icon {
    width: 46px;
    height: 46px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 992px) {
  .fs-lg-18 {
    font-size: 18px;
  }
}

.pageCongrats {
  background: url("../img/bgFelicidades.jpg") no-repeat center center;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 991px) {
  .pageCongrats {
    background: url("../img/bgFelicidadesMobile.jpg");
    background-size: cover;
    background-position: top;
  }
}
.pageCongrats h3:not(.titleBannerPremio) {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
}
.pageCongrats .points {
  border: 1px solid #fbc91d;
  padding: 0px 10px;
  font-size: 34px;
  color: #fbc91d;
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto;
  border-radius: 15px;
  background-color: #031b5d;
}
.pageCongrats .bannerPremio {
  background: url("../img/bgBanner2.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 25px auto;
  padding: 30px 25px;
  font-size: 18px;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .pageCongrats .bannerPremio {
    background: url("../img/bgBanner2mobile.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.pageCongrats .sliderBannerPremio {
  position: relative;
  padding: 0 45px;
}
.pageCongrats .sliderBannerPremio .slick-prev,
.pageCongrats .sliderBannerPremio .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  padding: 6px;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}
.pageCongrats .sliderBannerPremio .slick-prev:hover,
.pageCongrats .sliderBannerPremio .slick-next:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-50%) scale(1.2);
      -ms-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
}
.pageCongrats .sliderBannerPremio .slick-prev {
  left: 0;
}
.pageCongrats .sliderBannerPremio .slick-next {
  right: 0;
}
.pageCongrats .sliderBannerPremio .itemPremio {
  padding: 10px 8px;
  outline: none;
}
.pageCongrats .sliderBannerPremio .itemPremio .wrapperPremio {
  padding: 14px 12px;
  border-radius: 15px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.pageCongrats .sliderBannerPremio .itemPremio .wrapperPremio .imgPremioBox img {
  margin: 0 auto;
  display: block;
}
.pageCongrats .sliderBannerPremio .itemPremio .wrapperPremio p {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0;
  color: white;
}
.pageCongrats .sliderBannerPremio .itemPremio.slick-center .wrapperPremio, .pageCongrats .sliderBannerPremio .itemPremio.selected .wrapperPremio {
  background: #031b5d;
}

.linkLegalsHome {
  text-decoration: underline;
}
.linkLegalsHome:hover {
  text-decoration: none;
}

.text-congrats,
.text-yellow-gradient {
  font-family: "Foco", sans-serif;
  font-weight: 900;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#fed426), color-stop(25%, #febf18), color-stop(55%, #ed8907), color-stop(80%, #c75a00), to(#a84500));
  background: linear-gradient(90deg, #fed426 0%, #febf18 25%, #ed8907 55%, #c75a00 80%, #a84500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.75));
}

.bgPremios {
  background: url("../img/bg.jpg") no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.bgMainPrize {
  background: url("../img/box-prize.png") no-repeat center center;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 45px;
}
@media screen and (max-width: 991px) {
  .bgMainPrize {
    background-image: url("../img/boxMainPrizeMobile.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.title-section {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
  color: white;
  margin-bottom: 0;
}

.prize-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.itemPrize {
  background-image: url("../img/bg-item-premio.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.itemPrize .btn-description {
  background-color: white;
  border-radius: 30px;
  padding: 5px 10px;
  border: 0;
  outline: none;
  color: #011155;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.itemPrize .btn-description img {
  display: inline-block;
  margin-left: 6px;
}
.itemPrize .titlePrize {
  font-size: 17px;
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.itemPrize .itemPrize-img {
  min-height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.itemPrize .points-card {
  font-size: 16px;
  border-radius: 7px;
  padding: 5px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.itemPrize .btn-premio {
  background-color: #fbc91d;
  color: #030b40;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
}

#premioModal .modal-dialog,
.premioModal .modal-dialog {
  max-width: 440px;
  margin: 1.75rem auto;
}
#premioModal .modal-content,
.premioModal .modal-content {
  background-color: #f8f6f0;
  border-radius: 26px;
  border: none;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  padding: 40px 26px 28px;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
#premioModal .btn-close-modal,
.premioModal .btn-close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #55627a;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  padding: 4px;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
#premioModal .btn-close-modal:hover,
.premioModal .btn-close-modal:hover {
  color: #021b73;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
#premioModal .modal-body,
.premioModal .modal-body {
  padding: 0;
}
#premioModal .modal-prize-img-box,
.premioModal .modal-prize-img-box {
  background: url("../img/bg-item-premio.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 25px 20px;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 220px;
  margin-bottom: 18px;
}
#premioModal .modal-prize-img-box img,
.premioModal .modal-prize-img-box img {
  max-height: 170px;
  width: auto;
  display: block;
  margin: 0 auto;
}
#premioModal .modal-prize-title,
.premioModal .modal-prize-title {
  color: #021b73;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 8px;
}
#premioModal .modal-prize-points,
.premioModal .modal-prize-points {
  display: inline-block;
  color: #021b73;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-stretch: condensed;
  font-size: 13px;
  padding: 0;
  border-radius: 5px;
}
#premioModal .modal-prize-description,
.premioModal .modal-prize-description {
  color: #222222;
  font-size: 15px;
  line-height: 1.45;
  margin-top: 14px;
  margin-bottom: 22px;
}
#premioModal .btn-redeem-modal,
.premioModal .btn-redeem-modal {
  background-color: #fbc91d;
  color: #030b40;
  border-radius: 30px;
  padding: 11px 20px;
  font-size: 16px;
  width: 100%;
  border: none;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
#premioModal .btn-redeem-modal:hover,
.premioModal .btn-redeem-modal:hover {
  background-color: #e5b312;
  color: #030b40;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
#premioModal #modalOtpView,
.premioModal #modalOtpView {
  padding: 30px 26px;
}
#premioModal #modalOtpView .otp-title,
.premioModal #modalOtpView .otp-title {
  color: #021b73;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "Helvetica Neue", sans-serif;
}
#premioModal #modalOtpView .otp-subtitle,
.premioModal #modalOtpView .otp-subtitle {
  color: #55627a;
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 1.4;
}
#premioModal #modalOtpView .form-label,
.premioModal #modalOtpView .form-label {
  color: #021b73;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#premioModal #modalOtpView .form-control,
.premioModal #modalOtpView .form-control {
  border: 2px solid #e0e7ff;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #f8f9ff;
}
#premioModal #modalOtpView .form-control:focus,
.premioModal #modalOtpView .form-control:focus {
  border-color: #021b73;
  -webkit-box-shadow: 0 0 0 4px rgba(2, 27, 115, 0.1);
          box-shadow: 0 0 0 4px rgba(2, 27, 115, 0.1);
  background-color: #ffffff;
}
#premioModal #modalOtpView .form-control::-webkit-input-placeholder, .premioModal #modalOtpView .form-control::-webkit-input-placeholder {
  color: #a0aec0;
}
#premioModal #modalOtpView .form-control::-moz-placeholder, .premioModal #modalOtpView .form-control::-moz-placeholder {
  color: #a0aec0;
}
#premioModal #modalOtpView .form-control:-ms-input-placeholder, .premioModal #modalOtpView .form-control:-ms-input-placeholder {
  color: #a0aec0;
}
#premioModal #modalOtpView .form-control::-ms-input-placeholder, .premioModal #modalOtpView .form-control::-ms-input-placeholder {
  color: #a0aec0;
}
#premioModal #modalOtpView .form-control::placeholder,
.premioModal #modalOtpView .form-control::placeholder {
  color: #a0aec0;
}
#premioModal #modalOtpView .btn-otp-action,
.premioModal #modalOtpView .btn-otp-action {
  background: linear-gradient(135deg, #fbc91d 0%, #f5b800 100%);
  color: #030b40;
  border: none;
  border-radius: 50px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 12px rgba(251, 201, 29, 0.3);
          box-shadow: 0 4px 12px rgba(251, 201, 29, 0.3);
  cursor: pointer;
}
#premioModal #modalOtpView .btn-otp-action:hover,
.premioModal #modalOtpView .btn-otp-action:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(251, 201, 29, 0.4);
          box-shadow: 0 6px 16px rgba(251, 201, 29, 0.4);
}
#premioModal #modalOtpView .btn-otp-action:disabled,
.premioModal #modalOtpView .btn-otp-action:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#premioModal #modalOtpView .otp-icon-box,
.premioModal #modalOtpView .otp-icon-box {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #021b73 0%, #0c2d8f 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
  -webkit-box-shadow: 0 4px 12px rgba(2, 27, 115, 0.2);
          box-shadow: 0 4px 12px rgba(2, 27, 115, 0.2);
}
#premioModal #modalOtpView .otp-icon-box i,
.premioModal #modalOtpView .otp-icon-box i {
  font-size: 36px;
  color: #ffffff;
}
#premioModal #modalOtpView .otp-code-input,
.premioModal #modalOtpView .otp-code-input {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 8px;
  text-align: center;
  padding: 16px;
}
#premioModal #modalOtpView .step-indicator,
.premioModal #modalOtpView .step-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}
#premioModal #modalOtpView .step-dot,
.premioModal #modalOtpView .step-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e0e7ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#premioModal #modalOtpView .step-dot.active,
.premioModal #modalOtpView .step-dot.active {
  background-color: #021b73;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
#premioModal #modalOtpView .alert-message,
.premioModal #modalOtpView .alert-message {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 16px;
  font-size: 14px;
  color: #856404;
}
#premioModal #modalOtpView .alert-message.alert-success,
.premioModal #modalOtpView .alert-message.alert-success {
  background-color: #d1e7dd;
  border-color: #198754;
  color: #0f5132;
}
#premioModal #modalOtpView .alert-message.alert-error,
.premioModal #modalOtpView .alert-message.alert-error {
  background-color: #f8d7da;
  border-color: #dc3545;
  color: #842029;
}
#premioModal #modalLimitView,
.premioModal #modalLimitView {
  padding: 30px 26px;
}
#premioModal #modalLimitView .limit-title,
.premioModal #modalLimitView .limit-title {
  color: #021b73;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "Helvetica Neue", sans-serif;
}
#premioModal #modalLimitView .limit-text,
.premioModal #modalLimitView .limit-text {
  color: #55627a;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 10px;
}
#premioModal #modalLimitView .btn-limit-action,
.premioModal #modalLimitView .btn-limit-action {
  background: linear-gradient(135deg, #fbc91d 0%, #f5b800 100%);
  color: #030b40;
  border: none;
  border-radius: 50px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 12px rgba(251, 201, 29, 0.3);
          box-shadow: 0 4px 12px rgba(251, 201, 29, 0.3);
  cursor: pointer;
  display: block;
  text-decoration: none;
}
#premioModal #modalLimitView .btn-limit-action:hover,
.premioModal #modalLimitView .btn-limit-action:hover {
  color: #030b40;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(251, 201, 29, 0.4);
          box-shadow: 0 6px 16px rgba(251, 201, 29, 0.4);
}

.winnerPrize {
  background-image: url("../img/bgBanner2.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px 30px;
  border-radius: 25px;
}
@media screen and (max-width: 991px) {
  .winnerPrize {
    padding: 15px 40px;
  }
}
.winnerPrize .box-prize-winner {
  background-image: url("../img/bg-item-premio.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 3rem 25px;
}

.pageCongrats2 {
  background-image: url("../img/bgGracias.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.title-page {
  color: #012c8a;
  margin-bottom: 0;
}

.body-page p {
  color: black;
}

.text-underline {
  text-decoration: underline;
}

.homepage-2 {
  background: url("../img/bgHome2.jpg") no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0 50px;
}
@media screen and (max-width: 991px) {
  .homepage-2 {
    background-image: url("../img/bgHome2mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.homepage-2 h2.text-yellow-gradient {
  font-size: 34px;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .homepage-2 .row.g-4 {
    row-gap: 0.75rem;
  }
}
.homepage-2 .item-step img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.homepage-2 .item-step img:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
.homepage-2 a.color-yellow, .homepage-2 .homepage-1 .form-card a.linkCheck, .homepage-1 .form-card .homepage-2 a.linkCheck {
  font-size: 15px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.homepage-2 a.color-yellow:hover, .homepage-2 .homepage-1 .form-card a.linkCheck:hover, .homepage-1 .form-card .homepage-2 a.linkCheck:hover {
  opacity: 0.85;
}

.bannerPremiosHome {
  background-image: url("../img/bgPremiosHome.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 30px 30px 50px;
}
@media screen and (max-width: 991px) {
  .bannerPremiosHome {
    background-image: url("../img/boxMobile.png");
    padding: 30px 15px 30px 15px;
  }
}
.bannerPremiosHome h4 {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .bannerPremiosHome h4 {
    font-size: 28px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .bannerPremiosHome h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.bannerPremiosHome p {
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .bannerPremiosHome p {
    margin-bottom: 25px;
  }
}
.bannerPremiosHome .btnPremiosHome {
  background-color: #fbc91d;
  color: #030b40;
  border-radius: 30px;
  padding: 10px 30px;
}
@media screen and (max-width: 991px) {
  .bannerPremiosHome .btnPremiosHome {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }
}
.bannerPremiosHome .btnPremiosHome:hover {
  background-color: #e2b516;
}

.latas {
  margin-top: -40px;
}
@media screen and (min-width: 992px) {
  .latas {
    margin-top: -110px;
  }
}

.z-index-1 {
  z-index: 1;
}

.btnErrorPage {
  background-color: #fbc91d;
  color: #030b40;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 18px;
}
.btnErrorPage:hover {
  color: #030b40;
  background-color: #e2b516;
}

.btn-inicio {
  background-color: #ffffff;
  color: #030b40;
  border: 2px solid #fbc91d;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
.btn-inicio:hover {
  background-color: #f8f6f0;
  border-color: #e5b800;
  color: #030b40;
}

.btn-download-transparent {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-download-transparent:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
}

.user-info-box {
  text-align: right;
  line-height: 1.3;
}
.user-info-box .user-info {
  color: #fff;
  font-size: 13px;
}
.user-info-box .user-name {
  font-weight: 600;
}
.user-info-box .user-points {
  color: #fbc91d;
  font-weight: 700;
  font-size: 14px;
}

.confirm-prize-modal .modal-content {
  background-color: #f8f6f0;
  border-radius: 26px;
  border: none;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  padding: 40px 26px 28px;
  position: relative;
  max-width: 440px;
  margin: 0 auto;
}
.confirm-prize-modal .modal-dialog {
  max-width: 440px;
  margin: 1.75rem auto;
}
.confirm-prize-modal .btn-close-custom {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #55627a;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  padding: 4px;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.confirm-prize-modal .btn-close-custom:hover {
  color: #021b73;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.confirm-prize-modal .modal-body {
  padding: 0;
  text-align: center;
}
.confirm-prize-modal .modal-prize-img-box {
  background: url("../img/bg-item-premio.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 25px 20px;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 220px;
  margin-bottom: 18px;
}
.confirm-prize-modal .modal-prize-img-box img {
  max-height: 170px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.confirm-prize-modal .modal-prize-title {
  color: #021b73;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
  font-family: "Helvetica Neue", sans-serif;
}
.confirm-prize-modal .modal-warning {
  color: #856404;
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4;
  margin: 16px 0;
}
.confirm-prize-modal .modal-warning i {
  color: #f39c12;
  margin-right: 8px;
}
.confirm-prize-modal .modal-error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 16px 0;
  font-size: 14px;
  color: #721c24;
}
.confirm-prize-modal .modal-footer-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.confirm-prize-modal .btn-cancel {
  background-color: #e9ecef;
  color: #495057;
  border: none;
  border-radius: 30px;
  padding: 11px 20px;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  cursor: pointer;
}
.confirm-prize-modal .btn-cancel:hover {
  background-color: #dee2e6;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.confirm-prize-modal .btn-cancel:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.confirm-prize-modal .btn-confirm {
  background-color: #fbc91d;
  color: #030b40;
  border: none;
  border-radius: 30px;
  padding: 11px 20px;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  cursor: pointer;
}
.confirm-prize-modal .btn-confirm:hover {
  background-color: #e5b312;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.confirm-prize-modal .btn-confirm:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.confirm-prize-modal .btn-confirm .spinner-border {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}

.prizes-row.is-collapsed > .prize-card:nth-child(n+5) {
  display: none;
}

@media (min-width: 992px) {
  .site-content {
    padding-top: 77px;
  }
}