@font-face {
    font-family: 'Roboto Condensed Regular';
    src: url('/css/fonts/RobotoCondensed-Regular.ttf');
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/css/fonts/Roboto-Condensed.ttf');
}

.locked, .btn--locked {
    pointer-events: none;
    background-color: lightgrey !important;
}

body {
    background: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6rem;
    margin: 0;
}

#registerheader, #footerregister {
    display: none;
}

form {
    background-color: #FFF;
    min-width: 330px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.oculto {
    display: none !important;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

select {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAgBAMAAACiDzYSAAAAIVBMVEX///9lZWXIyMjJycnOzs7Pz8/R0dHl5eXm5ub19fX6+vr+X3tiAAAAAXRSTlMAQObYZgAAAGRJREFUeF7dy7ENgFAQAlBiobFEq9/pOlaO5Ai6g4Maiwt3YQKlgpCHb+auc1Nly8dFdfLUGJmelS2TWaN7kciCgkQmwJCIIRFDIhmJGBIxFMRREEdBHAVxJFLTk7tWyXDgF3kAY+EPSPiQV7gAAAAASUVORK5CYII=) right center/24px auto no-repeat #fff;
    -webkit-appearance: none;
    padding-left: 1px;
}

.contentArea {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.imge-header {
    width: 100%
}

#box-imgregistro > div {
    position: relative;
}

#imgStep2, #imgStep3 {
    display: none;
}

#box-imgregistro a {
    position: absolute;
    display: block;
    top: 37;
    left: 37;
    width: 115px;
}

#box-imgregistro >div h1 {
    color: #FFFF;
    position: absolute;
    font-size: 33px;
    line-height: 1;
    bottom: 37;
    left: 37;
    margin: 0;
    font-family: var(--roboto-bold-condensed);
}

#box-imgregistro >div h1 span {
    color: #FFFF;
}

.contentForm {
    /* padding: 5px; */
}

.steps {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 7.5%;
    margin-top: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
}

.numStep {
    background-color: #E4E4E4;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    transition: all 1s;
    font-family: 'Roboto Condensed Regular';
}

.numStep.actived {
    background-color: #E60881;
    color: #FFFF;
    transition: background-color 1s;
}

#pasoGift {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

#pasoGift img {
    width: 10px;
}

.blackLine {
    width: 16%;
    margin: 0 0px;
    height: 1px;
    background-color: #b3b3b3;
}

.step {
    width: 45px;
    z-index: 1
}

.step img {
    width: 100%;
}

input {
    padding: 1px 2px;
    font-size: 16px;
}

#step1, #step2, #step3, #bonusRegister-div {
    width: 85%;
    margin: 0 auto;
}

#bonusRegister-div {
    display: flex;
    flex-wrap: wrap;
    max-width: 450px;
}

#bonusRegister-div h3 {
    font-family: var(--roboto-bold-condensed);
    text-align: center;
    flex-basis: 100%;
}

#bonusRegister-div p {
    font-family: 'Roboto Condensed Regular';
    font-size: 14px;
    line-height: 18px;
    flex-basis: 90%;
    text-align: center;
    margin: 14px auto;
}

#bonusRegister-div h3 span {
    color: #E60881;
}

#bonusRegister-div .radio-check {
    border: 1px solid #E60881;
    height: 58px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #000;
    font-family: 'Roboto Bold';
    font-size: 14px;
    display: flex;
    align-items: center;
    background: #FFFF;
    text-align: start;
    line-height: 0.9rem;
    flex-basis: 45%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#promo-info-text {
    margin-top: 50px;
}

#bonusRegister-div .radio-check:last-of-type input[type="radio"] + span {
    height: 39px;
    padding: 0;
}

#bonusRegister-div .radio-check input {
    height: 0;
    opacity: 0;
}

#bonusRegister-div .radio-check input[type="radio"] + .checkmark {
    width: 100%;
    height: 36px;
    color: #E60881;
    font-family: var(--roboto-bold-condensed);
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding-top: 3px;
}

#bonusRegister-div .radio-check input[type="radio"]:checked + .checkmark {
    color: #FFFF;
    background-color: #E60881;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#bonusRegister-div .radio-check span:nth-of-type(2) {
    background: #E60881;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #FFFF;
    height: 16px;
    font-family: 'Roboto';
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
}

.inputArea {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}

.promoArea {
    background-color: #ECECEC;
    max-width: none;
}

.inputArea>div {
    position: relative;
}

.ico-info {
    display: inline-block;
    position: absolute;
    background-image: url(/img/layout/ico-info.png);
    background-size: contain;
    width: 16px;
    height: 16px;
    right: 0;
    bottom: 33px;
}

.ojo {
    position: relative;
    bottom: 13px;
}

.ojo::before {
    content: "";
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    right: 5px;
    top: -6px;
    cursor: pointer;
}

.ojo-visible::before {
    background-image: url(/img/layout/icons/ojo_mostrar.svg);
}

.ojo-invisible::before {
    background-image: url(/img/layout/icons/ojo_ocultar.svg);
    top: -9px;
}

input[type="text"],input[type="number"],input[type="email"], input[type="password"],input[type="tel"],#bday-year, select {
    width: 100%;
    border-radius: 0;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    margin-top: 20px;
    border-bottom: 1px solid #000;
    font-family: 'Roboto Condensed Regular';
    font-size: 16px;
}

select, select[class^="validation"] {
    background-color: transparent;
    font-size: 16px;
    line-height: 21px;
}

textarea:focus, input:focus {
    outline: none;
}

.effect-input ~ label {
    position: relative;
    left: 0;
    width: 100%;
    bottom: 27px;
    color: #aaa;
    transition: 0.4s;
    letter-spacing: 0.5px;
    pointer-events: none;
    padding-left: 2px;
    font-family: 'Roboto Condensed Regular';
}

.effect-input:focus ~ label, .has-content.effect-input ~ label {
    top: -50px;
    font-size: 12px !important;
    color: #E60881 !important;
    transition: 0.4s;
}

select ~ label, #lbl-city-select, #lbl-zipcode_select, #lbl-address, label[for="phoneInput"] {
    position: relative;
    top: -47px;
    font-size: 12px;
    color: #aaa !important;
}

label[for="phoneInput"] {
    position: absolute;
    top: -30px;
}

#zipcode_select-div {
    margin-bottom: 30px;
}

#zipcode_select_validation {
    bottom: 50px;
}

#phoneInput-div {
    margin-bottom: 50px;
}

#phoneInput {
    top: 0;
}

select:focus ~ label {
    color: #E60881;
}

.containerCheck {
    display: block;
    position: relative;
    padding-left: 25px;
    margin: 25px 0px 25px 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    line-height: 1.2;
    font-family: 'Roboto Condensed Regular';
}

.containerCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid;
    border-radius: 3px;
}

.containerCheck input:checked ~ .checkmark {
    background-color: #E40881;
    border-color: #E40881;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containerCheck input:checked ~ .checkmark:after {
    display: block;
}

.containerCheck .checkmark:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #FFFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
}

.containerCheck a {
    color: #e60881;
    text-decoration: underline;
}

.containerCheck a:hover {
    color: #f08cb9;
    font-weight: 900;
}

#gender-div {
    justify-content: flex-start;
    display: flex;
    margin-top: 0px;
    margin-bottom: 3px;
    width: 172px;
}

#gender-div label {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#gender-validation {
    top: 0;
}

.radio-toolbar input {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    font-size: 13px;
    width: 79px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid;
    height: 28px;
    margin: 0 auto 0 0;
    font-family: 'Roboto Condensed Regular';
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #E60881;
    color: #FFFF;
}

#birthday {
    margin: 0px 0 1px 0;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 13px;
    padding: 8px 0 7px 5px;
}

#lbl-birthday,#lbl-gender {
    position: relative;
    top: 0;
}

#birthday select, #bday input {
    width: 32%;
    color: #aaa;
    border-bottom: 1px solid black;
    padding: 0;
}

.btn-registro {
    cursor: pointer;
    font-size: 13px;
    font-family: var(--roboto-bold-condensed);
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #E60881;
    color: #FFF;
    width: 172px;
    height: 28px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-back {
    color: #FFF;
    border: 1px solid #E60881;
    display: flex;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    align-items: center;
    left: 0;
    position: absolute;
    cursor: pointer;
}

div > .btn-registro {
    margin: 40px auto 40px auto;
    display: block;
    text-align: center;
}

.switchcontainer {
    align-items: center;
    display: flex;
    flex-direction: row;
    float: left;
    margin: 5px;
}

.switch {
    display: inline-table;
    position: relative;
    height: 30px;
    width: 57px !important;
    min-width: inherit !important;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    background-color: white;
    bottom: 4px;
    content: "";
    height: 23px;
    left: 4px;
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    width: 23px;
}

input:checked + .slider {
    background-color: #E40090;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.divrealsubs {
    display: flex;
    flex-wrap: wrap;
}

[class^="validation"] {
    font-size: 12px;
    bottom: 20px;
    line-height: 0.9rem;
}

#phoneInput-div div[class^="validation"] {
    bottom: -8px;
    position: relative;
}

.validation-info {
    color: #aaa;
}

.validation-error {
    color: #ff0000;
}

#bonusRegister_validation {
    max-width: 450px;
    margin: 10px auto;
    width: 85%;
}

#nationalId_validation {
    bottom: 17px;
}

.ko, .ok, .info {
    border-bottom-style: inset !important;
}

.ko:not([name="pwdField"]):not(#bday) {
    background: url("/img/registro/icons/aviso_registro.svg") no-repeat;
    background-position: calc(100% - 5px);
}

.ok:not(#nationality):not(#pwdField):not(#bday) {
    background: url("/img/registro/icons/check_registro.svg") no-repeat;
    background-position: calc(100% - 5px);
}

.info {
    /*border-bottom: 2px solid #5abfff;*/
}

.hasText {
    top: -50px;
    font-size: 12px !important;
    color: #aaa !important;
}

.imgLoading {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: 200px;
    background: url(/img/GP_Loading.gif) no-repeat;
}

.reveal-modal {
    top: 0;
    position: absolute;
    width: 100%;
}

.reveal-modal-bg {
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 200;
}

#welcomecontainer, #verificationcontainer {
    background-color: #FFFF;
}

.contentWelcome {
    padding: 17px 0 52px 0;
    text-align: center;
    max-width: none;
    margin: 0 auto;
    width: 100%;
}

.contentWelcome > section {
    width: 85%;
    margin: 0 auto;
    max-width: 300px;
}

#welcomecontainer h1,#welcomecontainer h2,#welcomecontainer h3 {
    text-transform: uppercase;
}

#welcomecontainer h1 {
    line-height: 2.5rem;
    font-size: 2em;
}

#welcomecontainer h1 span, #welcomecontainer h3 span {
    color: #E60881;
    font-family: var(--roboto-bold-condensed)
}

#welcomecontainer h3 {
    font-family: 'Roboto Condensed';
    font-weight: normal;
    padding: 0 10px;
}

h1, h2, h4 {
    font-family: var(--roboto-bold-condensed);
}

h4 {
    font-size: 20px;
}

#welcomecontainer .btn-registro {
    margin: 40px auto 40px auto;
}

.bg-gray {
    width: 100%;
    background-color: #ECECEC;
    padding: 20px 0;
    flex-basis: 100%;
    border-radius: 3px;
}

.bg-gray > * {
    margin: 0;
}

#link-later {
    color: #E60881;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
}

.bgnone {
    background-color: transparent;
    border-radius: 0px;
}

.docs-disponibles {
    width: 85%;
    margin: 40px auto 30px auto;
    text-align: center;
    max-width: 329px;
}

.docs-disponibles p {
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto Condensed';
    line-height: 12px;
}

.contentWelcome p.title-encabezado {
    width: 85%;
    margin: 0 auto 25px auto;
    font-family: 'Roboto Condensed';
    font-size: 25px;
    line-height: 1.3em;
}

.centerimg {
    width: 80%;
    margin: 0 auto;
    min-width: 300px;
    display: flex;
    margin-bottom: 60px;
}

.centerimg > div {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
    position: relative;
    width: max-content;
    max-width: 330px;
    padding: 0 5px;
    width: 100%;
}

.lbl-verification {
    text-align: left;
    display: block;
    font-size: 12px;
    color: #E60881;
    flex-basis: 100%;
}

#uploading input[type="file"] {
    display: none;
}

.add_document {
    flex: 1;
    display: flex;
    cursor: pointer;
}

.lbl-for {
    color: #fff;
    height: 28px;
    display: block;
    flex: 1;
    font-size: 12px;
    line-height: 29px;
    cursor: pointer;
}

.bg-black {
    background-color: #282828;
}

.bg-pink {
    background-color: #E60881;
}

.doc-example {
    width: 65%;
    height: 120px;
    max-width: 100px;
}

.filename {
    font-size: 12px;
    text-align: left;
    line-height: 1.6em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    flex-basis: 100%;
    height: 19px;
}

#fileFront-validation, #fileBack-validation {
    text-align: left;
    position: absolute;
    bottom: -12px;
    height: 14px;
}

#button-upload {
    width: 172px;
    height: 28px;
    background-color: #E60881;
    border: 0;
    border-radius: 3px;
    color: #FFFF;
    font-family: var(--roboto-bold-condensed);
    margin-bottom: 5px;
}

#upload_div #box-upload {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
}

#verifica_dni {
    width: 85%;
    margin: 0 auto;
}

#registerLoader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 60%);
    z-index: 99;
    text-align: center;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#zipcode_select-div {
    margin-bottom: unset;   
}
#zipcode_select_validation {
    bottom: 20px;
}

#phoneInput-div {
    display: flex;
    flex-direction: column;
}

#phoneInput-div label {
    position: relative;
    display: block;
    top: unset;
}

#phoneInput-div input {
    margin-top: unset;
    padding: unset;
}

.radio-promo-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-promo-container .radio-promo {
    display: flex;
    align-items: center;
    /*width: 100%;*/
    box-sizing: border-box;
    padding: 10px 14px;
    border-radius: 3px;
    border: 1px solid var(--dark-secondary-color);
}

.radio-promo-container .radio-promo:has(input[type="radio"]:checked) {
    background-color: var(--dark-secondary-color);
}

.radio-promo-container .radio-promo .texts-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.radio-promo-container .radio-promo .texts-container p {
    margin: 0;
}

.radio-promo-container .radio-promo .title {
    font-family: var(--roboto-bold);
    font-size: 16px;
    color: var(--main-color);
}

.radio-promo-container .radio-promo .amount {
    font-family: var(--roboto-bold-condensed);
    font-size: 16px;
    color: var(--dark-secondary-color);
}

.radio-promo-container .radio-promo:has(input[type="radio"]:checked) .amount {
    color: #ffffff;
}

.radio-promo-container .radio-promo .amount span {
    font-size: 25px;
}

.radio-promo-container .radio-promo input {
    appearance: none;
    position: relative;
    height: 18px;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--dark-secondary-color);
    border-radius: 50%;
    cursor: pointer;
}

.radio-promo-container .radio-promo input:checked {
    border: 1px solid var(--main-color);
}

.radio-promo-container .radio-promo input:checked::before {
    content: '';
    display: block;
    width: 12px;
    aspect-ratio: 1 / 1;
    background-color: var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media all and (min-width: 593px) {
    .blackLine {
        width: 9%;
    }

    #box-imgregistro a {
        width: 175px
    }
}

@media all and (min-width: 768px) {
}

@media all and (min-width: 1024px) {
    #registerheader, #footerregister {
        display: block;
        margin: 54px auto;
        width: 210px;
        color: #FFFF;
    }

    #footerregister {
        width: fit-content;
    }

    #register, #welcomecontainer, #verificationcontainer {
        width: 875px;
        margin: 0 auto;
        flex-direction: row;
        border-bottom: none !important;
    }

    div[id*="imgStep"] img {
        width: auto;
        height: 100%;
        min-width: 100%;
    }

    .contentArea {
        flex-direction: row;
    }

    .contentArea >div {
        width: 50%;
        background: #FFF;
        z-index: 2;
        position: relative;
    }

    #box-imgregistro >div h1 {
        top: 70;
        left: 0;
        right: 0;
        text-align: center;
    }

    #box-imgregistro a {
        display: none;
    }

    #step1, #step2, #step3 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    input[type="text"],input[type="number"],input[type="email"], input[type="password"],input[type="tel"],#bday-year, select {
        margin-top: 10px;
    }

    .basis50 {
        display: flex;
        justify-content: space-between;
    }

    .basis50 > div {
        width: 48%
    }

    #nationalId-div,#birthday-div {
        margin-bottom: 3px;
    }

    .basis50 div[id$="-div"] {
        max-height: 35px;
        margin-bottom: 15px;
    }

    .absolute-bottom {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
    }

    .docs-disponibles {
        margin-top: 100px;
        margin-bottom: 30px;
    }

    .lbl-for {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
}

@media all and (min-width: 1281px) {
}

@media (min-width: 981px) and (max-width: 1280px) {
}

@media (min-width: 768px) and (max-width: 980px) {
}

@media all and (max-width: 767px) {
}