/* Minification failed. Returning unminified contents. (4,14): run-time error CSS1039: Token not allowed after unary operator: '-realperson-color' (29,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (30,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (31,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (32,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (33,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (34,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (35,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (36,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (62,17): run-time error CSS1039: Token not allowed after unary operator: '-ax5-orange' (95,17): run-time error CSS1039: Token not allowed after unary operator: '-ax5-orange' (195,24): run-time error CSS1039: Token not allowed after unary operator: '-ax5-orange' (201,24): run-time error CSS1039: Token not allowed after unary operator: '-ax5-orange' (209,28): run-time error CSS1039: Token not allowed after unary operator: '-ax5-orange' (220,28): run-time error CSS1039: Token not allowed after unary operator: '-btn-hover' (228,17): run-time error CSS1039: Token not allowed after unary operator: '-light-color' (268,16): run-time error CSS1039: Token not allowed after unary operator: '-light-grey-color' (280,28): run-time error CSS1039: Token not allowed after unary operator: '-success-color' (292,17): run-time error CSS1039: Token not allowed after unary operator: '-error-color' (294,32): run-time error CSS1039: Token not allowed after unary operator: '-error-color' (299,17): run-time error CSS1039: Token not allowed after unary operator: '-error-color' (352,32): run-time error CSS1039: Token not allowed after unary operator: '-ax5-orange' (363,24): run-time error CSS1039: Token not allowed after unary operator: '-ax5-orange' (413,17): run-time error CSS1039: Token not allowed after unary operator: '-ax5-orange' (421,17): run-time error CSS1039: Token not allowed after unary operator: '-ax5-orange' (426,17): run-time error CSS1039: Token not allowed after unary operator: '-ax5-orange' (597,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (598,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (599,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (600,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (601,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (602,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (603,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (604,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (605,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-' (657,28): run-time error CSS1039: Token not allowed after unary operator: '-alert-body-color' (662,17): run-time error CSS1039: Token not allowed after unary operator: '-alert-font-color' (693,17): run-time error CSS1039: Token not allowed after unary operator: '-alert-font-color' (695,28): run-time error CSS1039: Token not allowed after unary operator: '-alert-icon-btn-color' (706,28): run-time error CSS1039: Token not allowed after unary operator: '-alert-icon-btn-hover-color' (715,17): run-time error CSS1039: Token not allowed after unary operator: '-alert-icon-error-color' (720,16): run-time error CSS1039: Token not allowed after unary operator: '-alert-icon-success-color' (725,16): run-time error CSS1039: Token not allowed after unary operator: '-alert-icon-info-color' (730,16): run-time error CSS1039: Token not allowed after unary operator: '-alert-icon-warning-color' (735,16): run-time error CSS1039: Token not allowed after unary operator: '-alert-font-color' (739,28): run-time error CSS1039: Token not allowed after unary operator: '-alert-icon-info-color' (769,28): run-time error CSS1039: Token not allowed after unary operator: '-alert-icon-shadow-color' (827,13): run-time error CSS1039: Token not allowed after unary operator: '-alert-font-color' (854,17): run-time error CSS1039: Token not allowed after unary operator: '-alert-font-color' (856,28): run-time error CSS1039: Token not allowed after unary operator: '-alert-icon-btn-color' (868,28): run-time error CSS1039: Token not allowed after unary operator: '-alert-icon-btn-hover-color' (891,24): run-time error CSS1039: Token not allowed after unary operator: '-alert-icon-btn-color' */ /* Real Person jQuery plugin styles v2.0.1. */ .realperson-challenge { display: block; color: var(--realperson-color); } .realperson-text { font-family: "Courier New",monospace !important; font-size: 6px; font-weight: bold; letter-spacing: -1px; line-height: 3px; } .realperson-regen { padding-top: 12px; font-size: 12px; text-align: center; cursor: pointer; } .realperson-disabled { opacity: 0.5; filter: Alpha(Opacity=50); } .realperson-disabled .realperson-regen { cursor: default; } :root { /*--azul-oscuro: #262c3d;*/ --ax5-orange-orig: #f04c38; --ax5-orange: tomato; --error-color: #ff4747; --success-color: #329b32; --btn-hover: #c7240f; --light-color: #394044; --light-grey-color: #535353; --realperson-color: var(--ax5-orange); } .-form { display: flex; align-items: center; justify-content: center; flex-direction: column; color: whitesmoke; height: 100%; /*margin-top: 70px;*/ } .-title { width: 100%; text-align: center; font-size: 1.75rem; font-weight: 600; -select: none; -webkit--select: none; -moz--select: none; font-family: 'Raleway', sans-serif; margin-bottom: 1rem; } .-title-highlight { color: var(--ax5-orange); } .referral-disabled { display: none; } .-form-container { width: 750px; position: relative; } /*------------------------------------------------------------------------------------------*/ /* INPUTS HOLDERS */ /*------------------------------------------------------------------------------------------*/ .input-holder { width: 100%; min-width: 320px; margin: 0.5em 0 0 0; display: flex; flex-direction: column; } .input-holder a { text-decoration: none; color: whitesmoke; font-size: 1rem; margin-top: 1rem; transition: color 0.3s ease-in-out; } .input-holder a:hover { color: var(--ax5-orange); } .input-holder- { flex-direction: row; /*width: unset;*/ } .input-holder-realperson { padding: 0; margin-top: 1.5rem; -select: none; -webkit--select: none; -moz--select: none; } .input-holder-adulink { flex-direction: row; margin: 1rem 0; -select: none; -moz--select: none; -webkit--select: none; } .input-holder-adulink input[type="checkbox"] { margin: 0; cursor: pointer; } .field-group { display: flex; flex-direction: column; position: relative; width: 100%; } /*.field-group:nth-child(2n+1) { padding-right: 0.25rem; }*/ .field-group:nth-child(2n) { padding-left: 0.25rem; } /*------------------------------------------------------------------------------------------*/ /* REALPERSON */ /*------------------------------------------------------------------------------------------*/ .realperson-text { display: flex; align-items: center; justify-content: center; cursor: pointer; -select: none; -webkit--select: none; -moz--select: none; } .realperson-regen { color: whitesmoke; margin: 0.5rem 0.75rem; -select: none; -webkit--select: none; -moz--select: none; } #realPersonContainer { display: block; width: 80%; display: none; -select: none; -webkit--select: none; -moz--select: none; } /*------------------------------------------------------------------------------------------*/ /* INPUTS */ /*------------------------------------------------------------------------------------------*/ input[type="text"], input[type="email"], input[type=""], .combo-box, .txt- { padding-left: 1.2rem; font-size: 0.85rem; font-family: 'Raleway', sans-serif; font-weight: 500; width: 100%; display: inline-block; background-color: #111; border-width: 1px; border-style: solid; height: 45px; color: #fff; transition: border-color 0.3s ease-in-out, background-color 5000s ease-in-out 0s; border-color: hsla(0,0%,100%,.25); border-radius: 0.1rem; margin-bottom: 0.25rem; } input[type="text"]:hover, input[type="email"]:hover, input[type=""]:hover, .combo-box:hover, .txt-:hover { border-width: 1px; border-style: solid; border-color: var(--ax5-orange); } input[type="text"]:focus, input[type="email"]:focus, input[type=""]:focus, .combo-box:focus { border-width: 1px; border-style: solid; border-color: var(--ax5-orange); } input[type="submit"], .btn- { width: 100%; height: 45px; text-transform: uppercase; font-weight: 500; background-color: var(--ax5-orange); border: 0; color: whitesmoke; cursor: pointer; font-family: 'Raleway', sans-serif; font-size: 0.80rem; transition: background-color 0.3s ease-in-out; border-radius: 0.1rem; } input[type="submit"]:hover, input[type="submit"]:focus, .btn-:hover { background-color: var(--btn-hover); } .combo-box[selected] { color: #111; } .combo-box option:first-of-type { color: var(--light-color); } /*/////////////////////// AUTOFILL /////////////////////////*/ 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: whitesmoke; -webkit-box-shadow: 0 0 0px 1000px #111 inset; } /*------------------------------------------------------------------------------------------*/ /* EYE */ /*------------------------------------------------------------------------------------------*/ .eye { position: absolute; top: 0; right: 2rem; height: 100%; display: flex; justify-self: flex-start; height: 45px; padding: 0 1rem; cursor: pointer; } .eye-slash { display: none; } .eye svg { width: 1.2rem; fill: var(--light-grey-color); } /*------------------------------------------------------------------------------------------*/ /* FORM VALIDATION */ /*------------------------------------------------------------------------------------------*/ /*.approve { border-top: 2px solid #00FF00; }*/ .approve { background-color: var(--success-color); position: absolute; top: 7px; right: 5px; text-shadow: none; border: none; padding: 5px 10px; border-radius: 0.25rem; } .reject { padding-top: 2px; color: var(--error-color); font-size: 0.95rem; border-top: 2px solid var(--error-color); } .reject-disclaimer { padding-left: 1rem; color: var(--error-color); font-size: 0.85rem; width: 400px; } /*.send-message-success { color: var(--input-font-color); background-color: var(--success-color); border-radius: 0.5rem; padding: 10px; margin: 1rem 0 1rem 0; font-size: 0.9rem; }*/ /*------------------------------------------------------------------------------------------*/ /* ADU LINK */ /*------------------------------------------------------------------------------------------*/ .adu-link-cont { margin: 0.8rem 0; } .adu-link { margin-right: 0.8rem; font-size: 1rem; } /*------------------------------------------------------------------------------------------*/ /* CHECKBOX */ /*------------------------------------------------------------------------------------------*/ .checkbox-cont { width: 50%; display: flex; align-items: center; position: relative; } input[type=checkbox] { position: relative; cursor: pointer; margin-left: 0.5rem; } input[type=checkbox]:before { content: ""; display: flex; position: absolute; width: 20px; height: 20px; /*top: -4.5px;*/ transform: translate(-0%,-18%); border-radius: 2px; border: 1px solid var(--ax5-orange); background-color: #111; } /*/////////////////////// TILDE /////////////////////////*/ input[type=checkbox]:checked:after { content: ""; display: block; width: 4px; height: 11px; border: solid var(--ax5-orange); border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: -1px; left: 8.5px; } /*------------------------------------------------------------------------------------------*/ /* BTN GOOGLE */ /*------------------------------------------------------------------------------------------*/ .btn-google { background-color: whitesmoke; color: rgba(0,0,0,0.54); display: flex; align-items: center; justify-content: center; padding-right: 0.8rem; font-weight: 600; margin-top: 1rem; -select: none; -moz--select: none; -webkit--select: none; } .btn-google:hover { background-color: #ddd; } .btn-google img { width: 2.2rem; height: 100%; margin: 0; margin-right: 0.4rem; display: block; } /*------------------------------------------------------------------------------------------*/ /* ACTIVATION MESSAGE */ /*------------------------------------------------------------------------------------------*/ .act-text { color: whitesmoke; font-family: 'Raleway', sans-serif; } .act-text-highlight { color: var(--ax5-orange); font-size: 2.2rem; text-transform: uppercase; padding: 0 0.5rem 0 0.5rem; font-weight: 700; } .act-ax5-orange-highlight { color: var(--ax5-orange); font-weight: bold; } .act-text-secondary, .act-email-color { color: var(--ax5-orange); font-family: 'Raleway', sans-serif; } .act-text-secondary a { text-decoration: none; } .act-ul { list-style: none !important; } /*------------------------------------------------------------------------------------------*/ /* MEDIA QUERYS */ /*------------------------------------------------------------------------------------------*/ @media screen and (max-width: 900px) { .-form-container { width: unset; } } @media screen and (max-width: 640px) and (orientation: portrait) { #frmRegistroContainer { width: 90%; } } /*#regForm { list-style: none; width: 90%; } .regForm li { padding-top: 0.5rem; }*/ /*#footer { margin: 0 !important; }*/ /*.form-field { position: relative; }*/ /*.reg-info { position: absolute; font-size: 0.80rem; color: whitesmoke; padding: 0.8rem; top: 9px; right: -225px; background-color: rgba(0,0,0,.75); width: 210px; text-align: center; font-weight: 500; border-radius: 0.1rem; opacity: 0; transition: opacity 0.3s ease-in-out; display: none; }*/ /*#linkOlvido { margin-top: 0.5rem; }*/ /*.btn-facebook { background-color: #1877f2; margin: 1rem 0; display: flex; align-items: center; justify-content: center; } .btn-facebook svg { fill: #FFF; width: 1.5rem; margin-right: 0.4rem; } .btn-facebook:hover { background-color: #4267b2; }*/ .main-auth-container { width: 100%; /*height: calc(100% - 275px);*/ min-height: 700px; display: flex; align-items: center; flex-direction: column; justify-content: center; color: whitesmoke; position: relative; /*padding: 1rem 0;*/ padding-top: 70px; } @media screen and (max-width: 1440px) { .main-auth-container { height: unset; } } /*------------------------------------------------------------------------------------------*/ /* LOADER */ /*------------------------------------------------------------------------------------------*/ /*background: #4d4d4d;*/ .loading-div { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background-color: #394044; z-index: 4000; position: absolute; flex-direction: column; } .loading-txt { color: #FFFFFF; font-size: 1.25rem; } .lds-ring { display: inline-block; position: relative; width: 80px; height: 80px; } .lds-ring div { box-sizing: border-box; display: block; position: absolute; width: 64px; height: 64px; margin: 8px; border: 8px solid #fff; border-radius: 50%; animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; border-color: tomato transparent transparent transparent; } .lds-ring div:nth-child(1) { animation-delay: -0.45s; } .lds-ring div:nth-child(2) { animation-delay: -0.3s; } .lds-ring div:nth-child(3) { animation-delay: -0.15s; } @keyframes lds-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .lds-ring-profile-hide { display: none; } :root { --alert-icon-error-color: #ff4747; --alert-icon-success-color: #329b32; --alert-icon-info-color: #0d6dfd; --alert-icon-warning-color: #ffc107; --alert-icon-btn-color: #ff6347; --alert-body-color: #394044; --alert-font-color: #f5f5f5; --alert-icon-btn-hover-color: #c7240f; --alert-icon-shadow-color: #101010; } /*------------------------------------------------------------------------------------------------*/ /* MODAL */ /*------------------------------------------------------------------------------------------------*/ .modal-wrapper { width: 100%; height: 100%; position: absolute; align-items: center; justify-content: center; background-color: rgba(15, 15, 15, 0.87); top: 0; left: 0; display: none; z-index: 10000; outline: none; -select: none; -moz--select: none; } @media screen and (max-width: 640px) and (orientation: portrait) { .modal-wrapper { align-items: flex-start; padding-top: 10vh; } } @media screen and (max-height: 500px) and (orientation: landscape) { .modal-wrapper { align-items: flex-start; padding-top: 10vh; } } .modal-wrapper-show { display: flex; } .modal-wrapper-fixed { position: fixed !important; } .modal-body { width: 40vw; height: 50vh; max-width: 550px; max-height: 350px; min-width: 550px; min-height: 350px; background-color: var(--alert-body-color); display: flex; align-items: center; justify-content: center; flex-direction: column; color: var(--alert-font-color); font-family: 'Raleway', sans-serif; font-size: 1.2rem; opacity: 0; transform: translateY(-3rem); transition: opacity 0.65s ease-in-out, transform 0.65s ease-in-out; } @media screen and (max-width: 640px) and (orientation: portrait) { .modal-body { min-width: unset; } } .modal-body-show { opacity: 1; transform: translateY(0); } .alert-msg { margin: 0.5rem 0; width: 90%; text-align: center; } .btn-div-alert { font-family: 'Raleway', sans-serif; padding: 0 1rem; height: 2.5rem; color: var(--alert-font-color); font-size: 1rem; background-color: var(--alert-icon-btn-color); border: none; text-transform: uppercase; transition: background-color 0.3s ease; display: flex; align-items: center; margin: 1rem 0; } .btn-div-alert:hover, .btn-div-alert:focus { cursor: pointer; background-color: var(--alert-icon-btn-hover-color); } /*------------------------------------------------------------------------------------------------*/ /* ICONS */ /*------------------------------------------------------------------------------------------------*/ .error-svg { width: 3.8rem; fill: var( --alert-icon-error-color); } .success-svg { width: 3.8rem; fill: var(--alert-icon-success-color); } .info-svg { width: 3.8rem; fill: var(--alert-icon-info-color); } .warning-svg { width: 3.8rem; fill: var(--alert-icon-warning-color); } .cart-svg { width: 2rem; fill: var(--alert-font-color); } .cart-icon-circle { background-color: var(--alert-icon-info-color); width: 3.5rem; height: 3.5rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; padding-right: 0.2rem; } .cart-icon, .error-icon, .success-icon, .info-icon, .warning-icon { display: flex; align-items: center; justify-content: center; position: relative; z-index: 10; margin-bottom: 0.5rem; } /*ICON-SHADOW*/ .cart-icon::before, .error-icon::before, .success-icon::before, .info-icon::before, .warning-icon::before { content: ""; background-color: var(--alert-icon-shadow-color); border-radius: 50%; position: absolute; width: 3.5rem; height: 3.5rem; top: 0.25rem; left: 0.25rem; display: inline-block; z-index: -1; filter: blur(0.5rem); opacity: 0.75; } /*ICON-BORDER*/ .cart-icon::after, .error-icon::after, .success-icon::after, .info-icon::after, .warning-icon::after { content: ""; background-color: whitesmoke; border-radius: 50%; position: absolute; width: 4rem; height: 4rem; display: inline-block; z-index: -1; } .html-content-alert { width: 100%; /*height: 100%;*/ display: flex; align-items: center; justify-content: center; } /*------------------------------------------------------------------------------------------------*/ /* CLOSE BUTTON */ /*------------------------------------------------------------------------------------------------*/ .close-btn-alert { position: absolute; top: 20px; right: 16px; width: 1.5rem; height: 1.5rem; display: flex; align-content: center; justify-content: center; cursor: pointer; } .close-btn-alert:hover svg { fill: tomato; } .close-btn-alert svg { fill: var(--alert-font-color); width: 0.9rem; transition: fill .3s ease-in-out; } /*------------------------------------------------------------------------------------------------*/ /* CONFIRM BUTTON */ /*------------------------------------------------------------------------------------------------*/ .btn-confirm-group { display: flex; justify-content: space-between; width: 40%; } @media screen and (max-width: 640px) and (orientation: portrait) { .btn-confirm-group { width: 70%; } } .btn-alert-confirm, .btn-alert-cancel { font-family: 'Raleway', sans-serif; margin: 0.5rem 0; padding: 0 1rem; width: 6.5rem; height: 2.5rem; color: var(--alert-font-color); font-size: 1rem; background-color: var(--alert-icon-btn-color); border: none; text-transform: uppercase; text-align: center; transition: background-color 0.3s ease; display: flex; align-items: center; justify-content: center; cursor: pointer; } .btn-alert-confirm:hover, .btn-alert-cancel:hover { background-color: var(--alert-icon-btn-hover-color); } /*------------------------------------------------------------------------------------------------*/ /* LOADER */ /*------------------------------------------------------------------------------------------------*/ .lds-ring { display: inline-block; position: relative; width: 80px; height: 80px; } .lds-ring div { box-sizing: border-box; display: block; position: absolute; width: 64px; height: 64px; margin: 8px; border: 8px solid whitesmoke; border-radius: 50%; animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; border-color: var(--alert-icon-btn-color) transparent transparent transparent; } .lds-ring div:nth-child(1) { animation-delay: -0.45s; } .lds-ring div:nth-child(2) { animation-delay: -0.3s; } .lds-ring div:nth-child(3) { animation-delay: -0.15s; } @keyframes lds-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @media screen and (max-width: 1024px) and (orientation: portrait) { .modal-body { width: 90%; height: 60vh; } } @media screen and (max-width: 640px) and (orientation: portrait) { .modal-body { width: 90%; height: 55vh; max-width: unset; max-height: unset; } } 3k435p