/******************************
*   Tipografias
******************************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('typo.css');

:root {
    --negro: 0, 0, 0;
    --blanco: 255, 255, 255;
    --ama01: 255, 231, 39;
    --ama02: 253, 226, 0;
    --ama03: 255, 197, 0;
    --naranja: 246, 86, 31;
    --azul: 0, 209, 252;
    --turquesa: 0, 97, 132;
    --crema: 255, 247, 183;
    --verde: 61, 174, 42;
}
::selection {
    background: rgb(var(--ama01), 1);
    color: rgb(var(--naranja), 1);
}
::-moz-selection {
    background: rgb(var(--ama01), 1);
    color: rgb(var(--naranja), 1);
}
::-webkit-selection {
    background: rgb(var(--ama01), 1);
    color: rgb(var(--naranja), 1);
}

/******************************
*   Reset
******************************/
*{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: smooth;
    scroll-padding: 88px;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: rgb(var(--blanco), 1);
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.2;
}
figure {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
figure img { margin: 0 auto; }
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a, a:link, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
    cursor: pointer;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Boldine';
    font-weight: normal;
    font-style: normal;
}
.campo input,
.campo select,
.campo textarea {
    width: 100%;
    padding: 12px 16px 12px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    height: 47px;
    background: rgb(var(--blanco), 1);
    color: rgb(var(--turquesa), 1);
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    line-height: 1;
}
.campo textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 180px;
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: rgb(var(--turquesa), 1);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
input::placeholder,
textarea::placeholder { color: #565656; }
button { background: transparent; }
input:focus,
select:focus,
textarea:focus,
button:focus { outline: none; }
p { margin: 0; }
p + p { margin-top: 20px; }
.tab {
    width: 100%;
    overflow: auto;
}
.tab table {
    width: 100%;
    min-width: 700px;
}
.tab table td {
    padding: 8px;
    position: relative;
    z-index: 1;
}
.tab table thead {
    background: rgb(var(--blanco), 1);
    color: rgb(var(--negro), 1);
    font-weight: bold;
}
.tab table tbody tr + tr td { border-top: 1px solid rgb(var(--blanco), .2); }

/******************************
*   Loader
******************************/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 10000;
}
.loader > div {
    width: 33.33%;
    height: 100%;
    background: rgb(var(--naranja), 1);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
.log {
    position: absolute;
    width: 110px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/******************************
*   Monedas
******************************/
.cont__mone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.fil__mone {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    display: flex;
    justify-content: space-between;
    top: 70px;
}
.bg__bille {
    width: 45%;
    position: relative;
    height: calc(100vh - 70px);
    overflow: hidden;
}
.bille__bg { position: absolute; }
.colbille01 .bille01 {
    width: 60%;
    left: -20%;
    top: 5%;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    filter: blur(5px);
}
.colbille01 .bille02 {
    width: 35%;
    bottom: 10px;
    left: 10%;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.colbille02 .bille01 {
    width: 60%;
    filter: blur(5px);
    top: -3%;
    right: -3%;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);

}
.colbille02 .bille02 {
    width: 30%;
    bottom: 10px;
    right: 8%;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}


/******************************
*	General
******************************/
.wrapper {
    position: relative;
    background: rgb(var(--naranja), 1);
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg__01 {
    background: url('../img/trama.svg') center no-repeat;
    background-size: cover;
    opacity: .4;
}
.bg__01::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90vh;
    padding-top: 90vh;
    background: radial-gradient(ellipse at center,  rgba(255,231,39,1) 0%,rgba(255,231,39,0) 70%);

}
.bg__02 { background: rgb(var(--ama02), 1); }
main {
    min-height: calc(100vh - 88px);
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}
main section {
    width: 100%;
    position: relative;
    padding: 60px 0 90px;
}

.success{
    font-size: 8vh;
}

/*----- Head Section -----*/
.head__sect {
    text-align: center;
    position: relative;
}
.head__sect * { line-height: 1; }
.head__sect + * { margin-top: 40px; }
.head__sect .ti01 + * { margin-top: 15px; }
.head__sect .title + * { margin-top: 20px; }
.head__sect h3 {
    font-size: 10vw;
    display: inline-block;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
}
.head__sect h3::before,
.head__sect h3::after {
    content: '';
    display: block;
    width: 60px;
    height: 30px;
    margin: 0 auto;
    background: url('../img/rombos.svg') center no-repeat;
    background-size: contain;
}
.head__sect p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}
.h01 p { color: rgb(var(--turquesa), 1); }
.head__sect h3.ti01 { font-size: 11vw; }
.title { padding-top: 5px; }
.title span {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.title span::before {
    content: attr(name);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgb(var(--negro), 1);
    text-shadow: 0 5px 0 rgb(var(--negro), 1);
    z-index: -1;
}
.ti01 span { color: rgb(var(--ama03), 1); }
.ti02 span { color: rgb(var(--azul), 1); }
.ti03 span { color: rgb(var(--turquesa), 1); }

.head__sect h3.ti03::before,
.head__sect h3.ti03::after { content: unset; }

/*----- CTA Back -----*/
.c__back { text-align: left; }
.cta__back {
    font-family: 'Boldine';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}
.cta__back span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    position: relative;
    margin-right: 6px;
}
.cta__back span::before,
.cta__back span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 93% 7%, 100% 100%, 0% 100%);
}
.cta__back span::before {
    background: rgb(var(--azul), 1);
    top: 0px;
    right: 0;
    z-index: -1;
}
.cta__back span::after {
    background: rgb(var(--ama02), 1);
    top: -3px;
    right: -3px;
    z-index: -2;
}
.cta__back span img { width: 75%; }

/*----- CTA -----*/
.c__cta {
    text-align: center;
    margin-top: 40px;
    margin-left: -10px;
}
.cta,
a.cta {
    font-family: 'Boldine';
    font-weight: normal;
    font-style: normal;
    color: rgb(var(--negro), 1);
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    position: relative;
    z-index: 1;
    margin: 10px;
    padding: 8px 20px;
    text-shadow: 0 4px 0 rgb(var(--negro), 1);
    color: rgb(var(--blanco), 1);
}
.cta::before,
a.cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -moz-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -ms-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -o-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    z-index: -1;
}

.cta:hover::before,
a.cta:hover::before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cta__01::before { background: rgb(var(--azul), 1); }
.cta__02::before { background: rgb(var(--naranja), 1); }
.cta__03::before { background: rgb(var(--verde), 1); }

.cta.cta__simple,
a.cta.cta__simple {
    color: rgb(var(--negro), 1);
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-decoration: underline;
    font-weight: bold;
    text-shadow: initial;
}
.cta__dis {
    pointer-events: none;
    filter: grayscale(1);
    opacity: .9;
}

/*----- Logos -----*/
.logos__ban {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 70%;
    display: flex;
    justify-content: space-between;
}
.logos__ban > div { width: 45%; }

/*----- Triangulos -----*/
.tri {
    position: absolute;
    left: 0;
    right: 0;
}
.t__top { bottom: calc(100% - 2px); }
.t__bot { top: calc(100% - 2px); }
.tri figure {
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: relative;
}
.tri figure img {
    width: 100%;
    min-width: 1900px;
    height: 120px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.t__top figure img { top: 0; }
.t__bot figure img { bottom: 0; }


/******************************
*   Home
******************************/

/*----- Inicio -----*/
.inicio { padding-top: 20px; }
.inicio > div { width: 100%; }
.inicio .t__bot {
    top: 50%;
    z-index: -2;
}
.inicio .tri::before {
    content: '';
    position: absolute;
    bottom: 99%;
    left: 0;
    width: 100%;
    height: 150vh;
    background: rgb(var(--ama02), 1);
    z-index: -1;
}
.fill__ini {
    width: 95%;
    margin: 0 auto;
}
.ini__logo {
    width: 65%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0px 6px 3px rgb(var(--negro), .2));
}
.inicio .ini__logo { margin: 0 auto -2%; }
.ini__logo,
.ini__logo figure:nth-child(1),
.paq { position: relative; }
.ini__logo figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.ini__paqs {
    position: relative;
    width: 65vh;
    max-width: 80%;
    margin: 0 auto;
}
.ini__paqs > div:nth-child(1),
.ini__paqs > div:nth-child(3) {
    position: absolute;
    top: 37%;
}
.ini__paqs > div:nth-child(1) {
    width: 40%;
    left: 0;
}
.ini__paqs > div:nth-child(3) {
    width: 46%;
    right: 0;
}
.ini__paqs > div:nth-child(2) {
    position: relative;
    width: 44%;
    margin: 0 auto;
    z-index: 1;
    padding-top: 20%;
}
.bille {
    position: absolute;
    top: 0;
    width: 122%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bille figure {
    width: 100%;
    position: absolute;
    top: 0;
    filter: drop-shadow(0px 0px 3px rgb(var(--negro), .4));
}
.bille figure:nth-child(1) { position: relative; }
.parti {
    width: 40%;
    -webkit-transform: rotate(14deg);
    -moz-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -o-transform: rotate(14deg);
    transform: rotate(14deg);
    position: relative;
    z-index: 1;
}
.promo__ini {
    margin: 0 auto;
    width: 70vh;
    max-width: 80%;
}
.prem__ini { position: relative; }
.prem__ini figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.prem__ini figure:nth-child(1) { position: relative; }
.back__bille,
.bille__ini {
    position: absolute;
    min-width: 120px;
}
.back__bille {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}
.bi01 {
    width: 17%;
    bottom: 10%;
    left: -6%;
    filter: blur(5px);
}
.bi01 img {
    -webkit-transform: rotate(89deg);
    -moz-transform: rotate(89deg);
    -ms-transform: rotate(89deg);
    -o-transform: rotate(89deg);
    transform: rotate(89deg);
}
.bi02 {
    width: 12%;
    top: 20%;
    left: -20%;
}
.bi03 {
    width: 17%;
    top: 1%;
    right: -2%;
    filter: blur(5px);
    -webkit-transform: rotate(19deg);
    -moz-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    -o-transform: rotate(19deg);
    transform: rotate(19deg);
}

/*----- Llega -----*/
.llega {
    padding-top: 20px;
    padding-bottom: 140px;
    padding-left: 15px;
    padding-right: 15px;
}
.llega .head__sect h3::before,
.llega .head__sect h3::after { content: unset; }
.llega .head__sect p { font-size: 24px; }
.bille__llega {
    position: absolute;
    width: 9%;
    min-width: 80px;
}
.bille__llega img { width: 100%; }
.bi__01 {
    top: 65%;
    left: -3%;
}
.bi__02 {
    top: 0%;   
    left: 0%; 
}
.bi__03 {
    top: 60%;
    right: 10%;
}
.bi__04 {
    top: 10%;
    right: -3%;
}

/*----- Mecanica -----*/
.mecanica {
    background: rgb(var(--azul), 1);
    padding-bottom: 120px;
}
.item__paso { padding: 20px; }
.paso {
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.paso__number {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40%;
    background-size: contain;
    z-index: 10;
}
.paso__number span {
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Boldine';
    font-weight: normal;
    font-style: normal;
    color: rgb(var(--blanco), 1);
    font-size: 12vw;
    line-height: 1;
}
.paso__graf { position: relative; }
.paso__graf figure img { filter: drop-shadow(0px 0px 5px rgba(var(--negro), 0.3)); }
.paso1 .paso__graf figure:nth-child(2) img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.paso2 .paso__graf figure:nth-child(2) img {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}
.paso3 .paso__graf figure:nth-child(2) img {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}
.paso__tit {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.paso__tit span {
    position: relative;
    z-index: 1;
}
.paso__tit span::before {
    content: attr(name);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgb(var(--negro), 1);
    text-shadow: 0 5px 0 rgb(var(--negro), 1);
    z-index: -1;
}
.paso p {
    color: rgb(var(--turquesa), 1);
    font-weight: bold;
}
.discla {
    font-size: 75%;
    font-style: italic;
    text-align: center;
    margin-top: 30px;
}
.mecanica .logos__ban { max-width: 300px; }

/*----- Premios -----*/
.premios  {
    background: rgb(var(--ama02), 1);
    color: rgb(var(--turquesa), 1);
    padding-bottom: 120px;
}
.item__premio {
    padding: 20px;
    text-align: center;
}

.premio__graf {
    width: 350px;
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}
.premio__graf figure {
    position: relative;
    z-index: 1;
}
.circ {
    width: 100%;
    padding-top: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(ellipse at center,  rgba(255,191,43,1) 0%,rgba(255,137,38,1) 100%);
}
.premio__t01 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.bg__prem {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: calc(100% + 30px);
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.bille__p {
    position: absolute;
    min-width: 90px;
}
.bip__01 {
    width: 10%;
    top: 6%;
    left: 3%;
    -webkit-transform: rotate3d(1, 1, 1, 30deg);
    -moz-transform: rotate3d(1, 1, 1, 30deg);
    -ms-transform: rotate3d(1, 1, 1, 30deg);
    -o-transform: rotate3d(1, 1, 1, 30deg);
    transform: rotate3d(1, 1, 1, 30deg);
}
.bip__02 {
    width: 14%;
    top: 5%;
    right: -4%;
    filter: blur(5px);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.bip__02 img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.bip__03 {
    width: 14%;
    bottom: 3%;
    left: -5%;
    filter: blur(5px);
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    -o-transform: rotate(70deg);
    transform: rotate(70deg);
}
.bip__04 {
    width: 10%;
    bottom: 3%;
    right: 3%;
}

/*----- Participa -----*/
.l__parti {
    margin: -80px auto 80px;
    width: 20%;
    min-width: 240px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}
.back__bille .bip__01 { top: 50%; }
.back__bille .bip__02 { top: 15%; }

/******************************
*	Formularios
******************************/
.clr__01,
.clr__01 .campo label {
    color: rgb(var(--turquesa), 1);
}
.clr__01 .no__account a,
.clr__01 .camp__error {
    color: rgb(var(--naranja), 1);
}
.clr__02,
.clr__02 .campo label {
    color: rgb(var(--blanco), 1);
}
.clr__02 .no__account a,
.clr__02 .camp__error {
    color: rgb(var(--ama02), 1);
}
.clr__02 .camp__error span { background: url('../img/icon-x-a.svg') center no-repeat; }
.clr__02 .cta__02::before { background: rgb(var(--verde), 1); }
.cont__form {
    margin-left: auto;
    margin-right: auto;
}
.form__large { width: 100%; }
.form__medium { max-width: 600px; }
.form__small { max-width: 400px; }
.cont__campos .campo.c__cta { padding: 0; }
.campo  { padding: 12px 12px; }
.campo label { font-weight: bold; }
.cont__input { position: relative; }
.cont__input input,
.cont__input select { padding-left: 47px; }
.cont__select select { padding-right: 47px; }
.icon__camp {
    position: absolute;
    top: 0;
    left: 0;
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.icon__camp img { width: 45%; }
.ar__camp {
    left: inherit;
    right: 0;
}
.camp__check > div {
    position: relative;
    display: inline-block;
}
.camp__check > div  { margin: 12px; }
.camp__check > div label {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    cursor: pointer;
    font-size: 18px;
    padding-left: 28px;
    text-transform: inherit;
}
.camp__check > div label a { text-decoration: underline; }
.camp__check > div label input,
.camp__check > div label i {
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgb(var(--blanco), 1);
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}
.camp__check > div label i::before {
    content: '✓';
    position: absolute;
    top: 45%;
    left: 45%;
    color: rgb(var(--turquesa), 1);
    font-size: 28px;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -moz-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -ms-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -o-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.camp__check > div label input:checked + i { background: rgb(var(--azul), 1); }
.camp__check > div label input:checked + i::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.camp__error {
    /* display: none; */
    padding-top: 6px;
    text-align: right;
    font-size: 18px;
}
.camp__error span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../img/icon-x.svg') center no-repeat;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 4px;
}
.no__account {
    margin-top: 40px;
    text-align: center;
}
.no__account a { text-decoration: underline; }

/******************************
*   Aviso
******************************/
.cont__aviso {
    max-width: 600px;
    margin: 40px auto 0;
    text-align: center;
    position: relative;
    padding: 0 30px 30px 30px;
    z-index: 1;
}
.cont__aviso::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgb(var(--turquesa), 1);
    border: 2px solid rgb(var(--negro), 1);
    z-index: -1;
}
.icon__avi {
    width: 50px;
    height: 50px;
    margin: 0 auto 30px;
    border-radius: 50%;
    position: relative;
    background: rgb(var(--azul), 1);
    border: 2px solid rgb(var(--negro), 1);
}
.icon__avi span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-family: 'Boldine';
    color: rgb(var(--negro), 1);
    font-weight: normal;
    font-style: normal;
}
.cont__aviso p:nth-of-type(1) { color: rgb(var(--blanco), 1); }
.cont__aviso p:nth-of-type(2) { color: rgb(var(--ama02), 1); }
.cont__aviso a {
    color: rgb(var(--azul), 1);
    text-decoration: underline;
}

#registro-exitoso .camp__error {
    text-align: center;
}
.text__info {
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
}
.c__cta .text__info { margin-bottom: 8px; }

/******************************
*   Perfil
******************************/
#perfil main .tab__gana table tr td::before { background: rgb(var(--ama01), 1); }
#perfil main .tab__gana table tr td { color: rgb(var(--negro), 1); }
.icon__user {
    display: inline-block;
    width: 24px;
    margin-right: 6px;
}
.user__name {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
}
.col__head { position: relative; }
.cod__restan {
    font-size: 90%;
    text-align: center;
    color: rgb(var(--ama01), 1);
    line-height: 1;
}
hr {
    border-top: 1px solid rgb(var(--blanco), .6);
    margin-top: 20px;
    margin-bottom: 20px;
}
hr.line {
    border-top: 1px solid rgb(var(--turquesa), .6);
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}
.cont__reti,
.cont__reti01 {
    padding: 20px;
    background: rgb(var(--blanco), 1);
    color: rgb(var(--negro), 1);
}
.dispo { margin-bottom: 15px; }
.dispo h3 {
    color: rgb(var(--ama02), 1);
    font-size: 40px;
}
.dispo span {
    font-family: 'Boldine';
    font-weight: normal;
    font-style: normal;
}
.cont__reti .cta__01 { white-space: nowrap; }
.cont__reti .cta__01 figure {
    display: inline-block;
    width: 22px;
    vertical-align: middle;
    margin-left: 6px;
}
.head__sect h3.ti01.t__histo {
    /* margin: 20px 0; */
    font-size: 42px;
}
.head__sect h3.t__histo::before,
.head__sect h3.t__histo::after { content: unset; }
.cont__histo {
    font-family: 'Boldine';
    font-weight: normal;
    font-style: normal;
}
.cont__histo .tab table thead td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.cont__histo .tab table td {
    padding: 10px;
    position: relative;
}
.cont__histo .tab table tbody td:nth-child(-n+2) {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
.cont__histo .tab table tbody tr td::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    bottom: 5px;
    background: rgb(var(--naranja), 1);
    z-index: -1;
}
.cont__histo .tab table tbody tr.retirado td::before { background: rgb(var(--negro), 1); }
.cont__histo .tab table tbody tr td:nth-child(4) { color: rgb(var(--azul), 1); }
.cont__histo .tab table tbody tr td:nth-child(5) { color: rgb(var(--ama02), 1); }
.cont__histo .tab table tbody tr + tr td { border-top: 0; }
.delete__account {
    margin-top: 40px;
    font-size: 18px;
    text-align: right;
}
.opt__delete {
    display: inline-block;
    color: rgb(var(--azul), 1);
    text-decoration: underline;
    cursor: pointer;
}
.opt__delete span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../img/icon-trash.svg') center no-repeat;
    vertical-align: middle;
    margin-right: 4px;
}
.premio__tab { width: 50px; }
.cont__blo {
    text-align: center;
    overflow-x: scroll;
    overflow-x: auto;
    width: 100%;
}
.cont__blo div {
    display: inline-block;
    white-space: nowrap;
}
.cont__blo { scrollbar-color: rgb(var(--ama02), .8); }
/* Works on Chrome, Edge, and Safari */
.cont__blo::-webkit-scrollbar { height: 5px; }
.cont__blo::-webkit-scrollbar-track { background: rgb(var(--ama02), 0); }
.cont__blo::-webkit-scrollbar-thumb { background-color: rgb(var(--ama02), .8); }
.cont__blo {
    overflow: auto;
    overflow: scroll;
    overflow-y: hidden!important;
    display: inline-block;
    padding-bottom: 8px;
}
.cont__blo a {
    font-size: 16px;
    font-weight: normal;
    margin: 0 5px;
    text-shadow: inherit;
    color: rgb(var(--blanco), 1);
    position: relative;
    z-index: 1;
}
.cont__blo a span::after {
    content: attr(name);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgb(var(--negro), 1);
    z-index: -1;
}
.cont__blo .cta.active,
.cont__blo a.cta.active { pointer-events: none; }
.cont__blo .cta.active::before,
.cont__blo a.cta.active::before,
.cont__blo .cta:hover::before,
.cont__blo a.cta:hover::before  { background: rgb(var(--ama02), 1); }

.pagination {
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    text-align: center;
}
.pagination>li>a,
.pagination>li>span {
    color: #ffffff;
    background-color: initial;
    border: 0;
    font-weight: bold;
}
.pagination>.active>span {
    position: relative;
    z-index: 1;
    color: rgb(var(--negro), 1);
}
.pagination>.active>span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding-top: 100%;
    background: rgb(var(--ama02), 1);
    z-index: -1;
    border-radius: 50%;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: transparent;
    border-color: transparent;
    color: initial;
}
.page-item.disabled { display: none; }
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: rgb(var(--negro), 1);
    background-color: transparent;
    border-color: transparent;
}
.page-link[aria-label="Next »"],
.page-link[aria-label="« Previous"] {
    transform: scale(1.5) translateY(-2px);
}

/******************************
*   LB
******************************/
.lb {
    position: relative;
    z-index: 150;
}
.cont__lb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgb(var(--negro), .6);
}
.c__center {
    width: 100%;
    min-height: 100vh;
    padding: 60px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box__lb {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 30px;
    background: rgb(var(--naranja), 1);
    z-index: 1;
}
.box__lb::before,
.box__lb::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: rgb(var(--blanco), 1);
}
.box__lb::before {
    top: -10px;
    left: -20px;
    clip-path: polygon(2% 2%, 64% 0, 5% 7%, 7% 63%);
}
.box__lb::after {
    bottom: -10px;
    right: -20px;
    clip-path: polygon(94% 93%, 94% 40%, 97% 96%, 39% 100%);
}
.btn__clos {
    position: absolute;
    cursor: pointer;
    top: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: rgb(var(--naranja), 1);
    border: 2px solid rgb(var(--ama01), 1);
    -webkit-box-shadow: 0px 4px 0px 0 rgb(var(--ama01), 1);
    box-shadow: 0px 4px 0px 0 rgb(var(--ama01), 1);
}
.btn__clos span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-family: 'Boldine';
    font-weight: normal;
    font-style: normal;
}

/******************************
*   Retirar
******************************/
.form__canjeo input { background: rgb(var(--negro), .1); }
#cobrar .camp__error { color: rgb(var(--ama01), 1); }
#cobrar  .camp__error span {
    background: url('../img/icon-x-a.svg') center no-repeat;
    background-size: contain;
}

/******************************
*   Registrar
******************************/
.fol__regis > div:nth-child(1) {
    width: 320px;
    margin: 20px auto;
}
.registra__codigo { text-align: left; }
.registra__codigo .cont__campos .campo.c__cta { margin-top: 0;}

/******************************
*   Premio
******************************/
.graf__prem {
    margin: 0 auto;
    width: 80vh;
    max-width: 100%;
    position: relative;
}
.graf__prem figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.graf__prem figure:nth-child(1) { position: relative; }
.graf__prem figure img {
    max-width: inherit;
    width: 100%;
}
.ganaste { z-index: 100; }
.cantidad {
    text-align: center;
    color: rgb(var(--azul), 1);
    margin-top: -8%;
    position: relative;
}
.cantidad h4 {
    display: inline-block;
    position: relative;
    font-size: 12vh;
    line-height: 1;
    padding: 1% 3%;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.cantidad h4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(var(--negro), 1);
    z-index: -1;
    clip-path: polygon(4% 5%, 95% 0, 100% 94%, 0 97%);
}
.cantidad + .c__cta { margin-top: 20px; }

/******************************
*   Ganadores
******************************/
#ganadores .bg__01::before {
    width: 160vh;
    padding-top: 160vh;
}
.tab__gana {
    padding: 0 0 0 0;
    overflow: auto;
}
.tab__gana table {
    max-width: 700px;
    min-width: 500px;
    white-space: nowrap;
    width: 100%;
    margin: 0 auto;
}
.tab__gana table tr td {
    position: relative;
    padding: 22px 10px;
    color: rgb(var(--blanco), 1);
}
.tab__gana table tr td::before {
    content: '';
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: -1px;
    right: -1px;
    background: rgb(var(--naranja), 1);
    z-index: -1;
}
.tab__gana table tr td:nth-child(3) {
    font-size: 24px;
    font-family: 'Boldine';
    font-weight: normal;
    font-style: normal;
}
.premio__gan {
    width: 90px;
    margin: 0 auto;
}
.number__pos {
    position: relative;
    margin: -12px;
    width: 85px;
    height: 85px;
    background: url('../img/star.svg') center no-repeat;
    background-size: contain;
    z-index: 10;
}
.number__pos span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Boldine';
    font-weight: normal;
    font-style: normal;
    color: rgb(var(--blanco), 1);
    font-size: 22px;
}
#ganadores .ti03 span { color: rgb(var(--blanco), 1); }

.slide__gana {
    padding: 0 20px;
}
.item__winner {
    width: 80%;
    margin: 0 auto;
}
.item__winner figure {
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background: rgb(var(--naranja), 1);
    position: relative;
    overflow: hidden;
}
.item__winner figure img {
    width: 80%;
    height: 80%;
    object-fit: cover;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slide__gana .slick-dots li button::before {
    color: rgb(var(--blanco), 1);
    font-size: 12px;
}
.slide__gana .slick-dots li.slick-active button::before { color: rgb(var(--ama01), 1); }


/******************************
*   Faqs
******************************/
.cont__acordeon {
    margin-right: auto;
    margin-left: auto;
    max-width: 850px;
}
.opt__info { display: none; }
.acor__opt + .acor__opt { margin-top: 10px; }
.opt__title {
    padding: 15px;
    background: rgb(var(--azul), 1);
    color: rgb(var(--turquesa), 1);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.opt__title h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.arrw {
    width: 20px;
    height: 20px;
    position: relative;
}
.arrw::before,
.arrw::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: currentcolor;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -moz-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -ms-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -o-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.arrw::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.active .arrw::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.opt__info {
    padding: 15px;
    background: rgb(var(--azul), .1);
    color: rgb(var(--turquesa), 1);
}

/******************************
*   Legal
******************************/
.info__legal {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 20px;
    border-radius: 12px;
    /* background: rgb(var(--ama01), .3); */
    text-align: justify;
}
.info__legal h4,
.info__legal h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: underline;
}
.info__legal h4 {
    color: rgb(var(--blanco), 1);
    /* text-shadow: 0 0 10px rgb(var(--negro), 1); */
}
.info__legal h5 {
    /* font-size: 22px; */
    font-size: 18px;
}
.info__legal * + h4,
.info__legal * + h5 { margin-top: 40px; }
.info__legal h4 + *,
.info__legal h5 + * { margin-top: 10px; }
.info__legal * + div,
.info__legal div + * { margin-top: 30px; }
.info__legal ul li + li,
.info__legal ol li + li { margin-top: 15px; }
.info__legal p + ul,
.info__legal p + ol,
.info__legal ul + p,
.info__legal ol + p { margin-top: 20px; }
.info__legal ul,
.info__legal ol { padding-inline-start: 20px; }
.info__legal ul { list-style: disc; }
.info__legal ol { list-style: decimal; }
.info__legal ul[type='a'],
.info__legal ol[type='a'] { list-style: lower-latin; }
.info__legal ul[type='i'],
.info__legal ol[type='i'] { list-style: lower-roman; }
.info__legal ul li::marker,
.info__legal ol li::marker {
    color: rgb(var(--blanco), 1);
    /* text-shadow: 0 0 10px rgb(var(--negro), 1); */
}
.tab__prod.tab table { min-width: auto;}

/******************************
*   Fin promo
******************************/
#fin-promo main { min-height: initial; }
.fin .t__bot {
    top: 55%;
    z-index: -2;
}
.fin .tri::before {
    content: '';
    position: absolute;
    bottom: 99%;
    left: 0;
    width: 100%;
    height: 150vh;
    background: rgb(var(--ama02), 1);
    z-index: -1;
}
.logo__fin { max-width: 500px; }
.logo__tor {
    max-width: 240px;
    width: 30%;
    margin: 0 auto 40px;
}
.fin .head__sect h3 span { color: rgb(var(--crema), 1); }
.fin .head__sect h3::before,
.fin .head__sect h3::after { content: unset; }
.fin .head__sect p { color: rgb(var(--ama02), 1); }

/******************************
*   Error
******************************/
.c__wrong {
    text-align: center;
    color: rgb(var(--ama02), 1);
    font-weight: bold;
}
.c__wrong span {
    font-size: 100px;
    font-family: 'Boldine';
    font-weight: normal;
    font-style: normal;
    color: rgb(var(--blanco), 1);
    position: relative;
    display: inline-block;
}
.c__wrong span::after {
    content: attr(name);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgb(var(--negro), 1);
    text-shadow: 0 5px 0 rgb(var(--negro), 1);
    z-index: -1;
}
.c__wrong p { font-size: 20px; }



/******************************
*	Mobile
******************************/
/* Extra Small Devices, Phones */
@media (max-width : 479px) {
}
@media (min-width : 480px) {
}
@media (max-width : 649px) {

/*----- Mecanica -----*/
.paso__graf {
    width: 350px;
    max-width: 80%;
    margin: 0 auto;
}
.fil { text-align: center; }
.head__perf > div + div { margin-top: 30px; }
}
@media (min-width : 650px) {
main section { padding: 60px 0;  }
.head__sect h3 { font-size: 64px; }
.head__sect h3.ti01 { font-size: 52px; }
.head__sect h3.ti03 { font-size: 48px; }

/*----- Mecanica -----*/
.cont__pasos {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
}
.item__paso { width: 33.33%; }
.paso { width: 90%; }
.paso__number { width: 40%; }
.paso__number span { font-size: 5vw; }

/*----- Premios -----*/
.con__prem {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.item__premio {
    width: 33.33%;
    padding: 20px;
    text-align: center;
}
.premio__graf {
    width: 36vh;
    max-width: 80%;
}

/*----- Formularios -----*/
.form__large .cont__campos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
}
.form__large .cont__campos .campo { width: 50%; }
.form__large .campo.c__cta,
.campo__check { width: 100% !important; }
.camp__check { text-align: center; }

/*----- Perfil -----*/
.fil {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.head__perf {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.col__head:last-child { text-align: right; }
.cont__reti {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*----- Registrar -----*/
.fol__regis { text-align: center; }
.fol__regis > div {
    display: inline-block;
    vertical-align: middle;
}
.registra__codigo .cont__campos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    white-space: nowrap;
}
.registra__codigo .campo:nth-child(1) { width: 100%; }
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
.c__back { margin-bottom: 30px; }
.tab { border: 1px solid rgb(var(--blanco), .3); }
.tab > div { padding: 10px; }
.tab > div table {
    margin-right: 10px;
    display: inline-table;
}
table { font-size: 16px; }

/*----- Inicio -----*/
.col__ini + .col__ini { margin-top: 40px; }
.bi02 { filter: blur(5px); }
.parti { margin: 40px auto 10px; }

/*----- Llega -----*/
.llega .back__bille {
    height: 104%;
    top: -4%;
}

/*----- Retirar -----*/
.cont__reti01 { text-align: center; }
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
.head__sect .c__back {
    position: absolute;
    top: 32px;
    left: 80px;
}
.bg__bille { width: 28%; }
.cont__text .bg__bille { width: 300px; }

.colbille01 .bille02 { bottom: 10%; }
.colbille02 .bille02 { bottom: 10%; }

/*----- Inicio -----*/
.inicio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fill__ini {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
}
.col__ini { width: 50%; }
.inicio .t__bot { top: 90%; }
.bi02 {
    top: 4%;
    left: 48%;
}
.parti {
    width: 30%;
    position: absolute;
    top: 25%;
    right: -8%;
}

/*----- Llega -----*/
.llega { padding-top: 120px; }
.bi__01 { top: 50%; }
.bi__02 {
    top: 16%;
    left: 13%;
}
.bi__03 {
    top: 50%;
    right: 11%;
}

/*----- Perfil -----*/
.cont__histo .tab table thead td {
    padding-top: 20px;
    padding-bottom: 20px;
}
.cont__histo .tab table td {
    padding: 20px 15px;
    position: relative;
}

/*----- Retirar -----*/
.cont__reti01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.cont__reti01 > div:nth-child(2) {
    width: 600px;
    margin-left: 50px;
}
.form__canjeo { margin-bottom: 20px; }
.form__canjeo form > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.form__canjeo .campo:nth-child(1) { width: 100%; }
.form__canjeo .campo { padding: 0; }
.form__canjeo .campo + .campo { margin-left: 20px; }
.form__canjeo .campo .cta { margin: 0; }

.head__sect h3::before,
.head__sect h3::after {
    position: absolute;
    top: 10px;
}
.head__sect h3::before { right: calc(100% + 8px); }
.head__sect h3::after { left: calc(100% + 8px); }
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
@media (max-width : 992px)  {
/*----- Perfil -----*/
.cont__histo table { white-space: nowrap; }
}
@media (min-width : 992px)  {
/*----- Inicio -----*/
.fill__ini { width: 100%; }

/*----- Mecanica -----*/
.cont__pasos { width: 95%; }
.paso__number { width: 130px; }
.paso__number span { font-size: 52px; }

/*----- Campo -----*/
.form__large .cont__campos .campo { width: 33.33%; }
}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (min-width : 1201px)  {
/*----- Inicio -----*/
.fill__ini { width: 80%; }
}











/******************************
*   Header
******************************/
.header {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    z-index: 100;
    top: 0;
}
.cont__men {
    width: 100%;
    padding: 10px;
    background: rgb(var(--ama01), 1);
    -webkit-box-shadow: 0 3px 10px 0 rgb(var(--negro),.1);
    box-shadow: 0 3px 10px 0 rgb(var(--negro),.2);
    z-index: 100;
}
.logo {
    position: absolute;
    width: 80px;
    left: 20px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .2));
}
.logo a {
    display: block;
    width: 100%;
    overflow: hidden;
}
.logo a span {
    position: absolute;
    visibility: hidden;
}
.cont__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
}
.opt__men {
    font-family: 'Boldine';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    line-height: 1;
}
.opt__men ul li { position: relative; }
.opt__men ul li a {
    display: block;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: rgb(var(--azul), 1);
}
.opt__men ul li a i {
    position: relative;
    font-style: normal;
    z-index: 1;
}
.opt__men ul li a i::after {
    content: attr(name);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgb(var(--negro), 1);
    text-shadow: 0 5px 0 rgb(var(--negro), 1);
    z-index: -1;
}
.opt__men ul li a.ingresa { color: rgb(var(--blanco), 2); }
.opt__men ul li.c__cta { margin-top: 0; }
.opt__men ul li a.cta {
    margin: 0;
    display: inline-block;
    color: rgb(var(--blanco), 1);
}
.opt__men ul li.user__log a i::after { content: unset; }
.opt__men ul li.user__log a { color: rgb(var(--negro), 1); }
.opt__men ul li.c__ses a { color: rgb(var(--naranja), 1); }
.btn__mob {
    width: 50px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.btn__mob > div{
    width: 50px;
    height: 50px;
    -webkit-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -moz-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -ms-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -o-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.btn__mob > div > div { position: absolute; }
.bars {
    width: 60%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn__mob .bars span,
.btn__clos .bars span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: rgb(var(--naranja), 1);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.btn__mob .bars span + span,
.btn__clos .bars span + span {  margin-top: 6px; }
.btn__mob.active .bars span:nth-child(1),
.btn__clos.active .bars span:nth-child(1) {
    -webkit-transform: translate(0px, 8px) rotate(45deg);
    -moz-transform: translate(0px, 8px) rotate(45deg);
    -ms-transform: translate(0px, 8px) rotate(45deg);
    -o-transform: translate(0px, 8px) rotate(45deg);
    transform: translate(0px, 8px) rotate(45deg);
}
.btn__mob.active .bars span:nth-child(2),
.btn__clos.active .bars span:nth-child(2) {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.btn__mob.active .bars span:nth-child(3),
.btn__clos.active .bars span:nth-child(3) {
    -webkit-transform: translate(0px, -8px) rotate(-45deg);
    -moz-transform: translate(0px, -8px) rotate(-45deg);
    -ms-transform: translate(0px, -8px) rotate(-45deg);
    -o-transform: translate(0px, -8px) rotate(-45deg);
    transform: translate(0px, -8px) rotate(-45deg);
}

/******************************
*   Header:  Mobile
******************************/
/* Extra Small Devices, Phones */
@media (max-width : 479px) {
}
@media (min-width : 480px) {
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
.opt__men ul li a { font-size: 7vw; }
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 1190px) {
.opt__men ul li a { font-size: 32px; }
}
@media (max-width : 1190px) {
/* header { height: 70px; } */
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    display: none;
    background: rgb(var(--ama01), .9);
}
.menu__center {
    width: 100%;
    padding: 60px 0;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.center { width: 100%; }
div + .opt__men { margin-top: 40px; }
.opt__men ul {
    width: 500px;
    max-width: 90%;
    margin: 0 auto;
}
.opt__men ul li + li { margin-top: 28px; }
}
/* Medium Devices to Large Devices */
@media (min-width : 1191px){
.cont__men {
    height: 88px;
    padding: 24px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
.btn__mob { display: none; }
.logo {
    width: 100px;
    left: 30px;
}
.opt__men ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.opt__men ul li + li { margin-left: 15px; }
.opt__men ul li a,
.opt__men ul li a.cta { font-size: 24px; }
.c__ses {
    padding-left: 15px;
    position: relative;
}
.c__ses::before {
    content: '';
    position: absolute;
    width: 2px;
    top: -4px;
    bottom: -4px;
    left: -1px;
    background: rgb(var(--naranja), 1);
    border-radius: 10px;
}

.fil__mone { top: 88px; }
.bg__bille { height: calc(100vh - 88px); }
}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (min-width : 1300px) {
}


.mt-10px{
    margin-top: 15px !important;
}

@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform:scale(0.8);
        transform-origin:0 0;
    }
}










/******************************
*   Footer
******************************/
.footer {
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 5px;
}
.foo__tri {
    position: absolute;
    width: 100%;
    height: 84%;
    left: 0;
    bottom: 0;
    background: rgb(var(--azul), 1);
    z-index: -1;
}
.cont__compo {
    margin: 0 auto;
    width: 130vh;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
}
.fil__compo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-left: -8%;
    margin-right: -8%;
}
.fil01 { z-index: 1; }
.fil02 {
    margin-top: -10%;
    z-index: 3;
}
.fil03 {
    margin-top: -6%;
    z-index: 4;
}
.gurp_comp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.gurp_comp figure {
    margin: 0 -2%;
    position: relative;
}

.fil01 .gurp_comp { width: 50%; }
.fil01 .gurp_comp figure { width: 25%; }
.fil01 .gurp_comp figure:nth-child(1) {
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.fil01 .gurp_comp figure:nth-child(2) {
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.fil01 .gurp_comp figure:nth-child(3) {
    transform-origin: 0 0;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
}
.fil01 .gurp_comp figure:nth-child(4) {
    transform-origin: 0 0;
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
}
.fil02 .gurp_comp:nth-child(1) {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
}
.fil02 .gurp_comp:nth-child(3) {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
}
.fil02 .gurp_comp:nth-child(2) { z-index: 5; }
.fil02 .gurp_comp:nth-child(1),
.fil02 .gurp_comp:nth-child(3) { width: 40%;}
.fil02 .gurp_comp:nth-child(2) { width: 20%; }
.fil02 .gurp_comp:nth-child(1) figure,
.fil02 .gurp_comp:nth-child(3) figure { width: 25%;}
.fil02 .gurp_comp:nth-child(2) figure { width: 100%; }
.fil02 .gurp_comp:nth-child(1) figure {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.fil02 .gurp_comp:nth-child(3) figure {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
    z-index: 1;
}
.fil02 .gurp_comp:nth-child(3) figure:nth-child(1) { z-index: 4; }
.fil02 .gurp_comp:nth-child(3) figure:nth-child(2) { z-index: 3; }
.fil02 .gurp_comp:nth-child(3) figure:nth-child(3) { z-index: 2; }
.fil02 .gurp_comp:nth-child(3) figure:nth-child(4) { z-index: 1; }

.fil03 .gurp_comp:nth-child(1) {
    -webkit-transform: translateX(23%);
    -moz-transform: translateX(23%);
    -ms-transform: translateX(23%);
    -o-transform: translateX(23%);
    transform: translateX(23%);
}
.fil03 .gurp_comp:nth-child(3) {
    -webkit-transform: translateX(-23%);
    -moz-transform: translateX(-23%);
    -ms-transform: translateX(-23%);
    -o-transform: translateX(-23%);
    transform: translateX(-23%);
}
.fil03 .gurp_comp:nth-child(2) { z-index: 5; }
.fil03 .gurp_comp:nth-child(1),
.fil03 .gurp_comp:nth-child(3) { width: 28%; }
.fil03 .gurp_comp:nth-child(2) { width: 44%; }
.fil03 .gurp_comp:nth-child(1) figure,
.fil03 .gurp_comp:nth-child(3) figure { width: 33.33%; }
.fil03 .gurp_comp:nth-child(2) figure { width: 25%; }
.fil03 .gurp_comp:nth-child(3) figure:nth-child(1) { z-index: 3; }
.fil03 .gurp_comp:nth-child(3) figure:nth-child(2) {
    z-index: 2;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}
.fil03 .gurp_comp:nth-child(3) figure:nth-child(3) { z-index: 1; }




.foo__bille {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    filter: drop-shadow(0px 0px 10px rgba(var(--negro), 0.3));
    z-index: -1;
}
.billfoo {
    position: absolute;
    width: 17%;
    min-width: 110px;
}
.bf01 {
    bottom: 25%;
    left: -6%;
    filter: blur(5px);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
.bf02 { 
    top: 26%;
    right: -3%;
    filter: blur(1px);
    -webkit-transform: rotateX(15deg);
    -moz-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    -o-transform: rotateX(15deg);
    transform: rotateX(15deg);
}
.info__footer { padding: 0 0 30px; }
.fil__foo + .fil__foo { margin-top: 50px; }
.legal {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: rgb(var(--negro), 1);
}
.logo__foo {
    margin: 0 auto 30px;
    width: 120px;
}

/******************************
*   Footer:  Mobile
******************************/
/* Extra Small Devices, Phones */
@media (max-width : 479px) {
}
@media (min-width : 480px) {
}
@media (min-width : 650px) {
.bf01 { bottom: 5%; }
.bf02 { top: 6%; }
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
.foo__tri { height: 70%; }
.links ul li { display: inline-block; }
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
@media (max-width : 991px) {
}
/* Medium Devices to Large Devices */
@media (min-width : 992px) {
}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (min-width : 1201px) {
}
@media (min-width : 2001px) {
}
