﻿
hr {
    width: 80%;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 5px;
}

.error-text {
    color: #df4b4b;
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.popup-error-message {
    position: absolute;
    top: -58px;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 250px;
    min-height: 40px;
    padding: 10px;
    background-color: rgb(92, 131, 183);
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.loader-cp {
    position: absolute;
    top: 3px;
    width: 30px;
    height: 30px;
    right: 20px;
    background-color: transparent;
    background-image: url('../img/elementos/loader.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 10;
    display: none;
    transition-duration: 1s;
}

.box-relative{
    position: relative;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close {
    float: right;
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.cont_img_register_2 img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 150px;
}

.cont_user_registered_2 {
    text-align: center;
    padding: 20px 32px;
    margin-bottom: 20px;
    color: #444;
    font-size: 1.4em;
}

.cont_user_registered_2 p{
    margin-bottom:15px;
}

.cont_user_registered {
    font-weight: 400;
    font-size: 1.1em;
    text-align: center;
    line-height: 35px;
    padding: 20px 25px;
    margin-bottom: 5px;
    color: #444;
}

.cont_success_linkedcards {
    text-align: center;
    font-weight: 100;
    margin-bottom: 25px;
}

.cont_text_linkedcards {
    text-align: center;
    padding: 20px 25px;
    margin-top: 15px;
    color: #444;
}

.cont_user_sticker{
    position: relative;
    display: block;
    width:100%;
    margin: 0 auto;
    text-align: center;
    padding:20px;
}

.cont_user_sticker_button {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 20px 20px 20px;
}

.cont_user_item_sticker {
    display: inline-table;
    margin: 10px;
    vertical-align: middle;
    border: solid 2px #e0e0e0;
    border-radius: 3px;
}

.cont_user_sticker img {
    display: block;
    margin: 0 auto;
    margin-bottom:10px;
}

.error_required {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #FFFFFF;
    font-weight: 400;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 3px;
    background-color: #9d0000;
    margin-top: 5px;
}

.error_required_ajax {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #FFFFFF;
    font-weight: 400;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 3px;
    background-color: #9d0000;
    margin-top: 5px;
    display: none;
}

.popup-error-ajax {
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 290px;
    min-height: 40px;
    padding: 10px;
    background-color: #444;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.main_loader{
    position: fixed;
    top: 0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    text-align: center;
    z-index: 1000;
    display: none;
}
.loader-bg{
    position: absolute;
    top: 0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color: #fff;
    opacity: 0.9;
}

.loader {
    position: relative;
    margin: 0 auto;
    top: 38%;
    max-width: 210px;
    width: 100%;
    padding: 1px 20px;
}

.loader img{
    position: relative;
    margin: 0 auto;
    width:100%;
}

.loader-text {
    position: relative;
    margin: 0 auto;
    top: 38%;
    max-width: 330px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
    color: #4e1588;
}

.main-form-container {
    position: relative;
    width: 100%;
    display: table;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 25px;
    margin-top: 60px;
    margin-bottom: 50px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 3px #ff2424;
}

.form-title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    padding: 10px;
    color: #4e1588;
    line-height: 35px;
}

.form-title span{
    font-weight: 800;
}

.input-field-plan{
    position: relative;
    margin: 0 auto;
    width: 80%;
}

.input-field-plan label{
    display: block;
    text-align: left;
    font-weight:600;
}

.input-field-plan a{
    display: inline;
}

.input-field-plan input[type=text], .input-field-plan input[type=password]{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    
    background-clip: padding-box;
    
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
    background-color: #f7f7f7;
    border: solid 2px #f7f7f7;
    font-weight: 600;
}

.input-field-plan input[type=text]:focus, .input-field-plan input[type=password]:focus{
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(78, 21, 136);
    border: solid 2px #4e1588;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(78, 21, 136);
}

.input-field-plan input[type=text]:disabled, .input-field-plan input[type=password]:disabled{
    background-color: #f3f2ff;
}

.input-field-plan select{
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    background-color: #f7f7f7;
    border: solid 2px #f7f7f7;
    border-radius: .25rem;
    margin: 8px 0px;
    outline: none;
    color: #495057;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
}

.input-field-plan select:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(78, 21, 136);
    border: solid 2px #4e1588;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(78, 21, 136);
}

.input-field-plan-buttons {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.br-0 {
    position: relative;
    clear: left;
    width: 100%;
    height: 3px;
}

.br-1 {
    position: relative;
    clear: left;
    width: 100%;
    height: 5px;
}

.br-2 {
    position: relative;
    clear: left;
    width: 100%;
    height: 7px;
}

.br-3 {
    position: relative;
    clear: left;
    width: 100%;
    height: 10px;
}

.br-4 {
    position: relative;
    clear: left;
    width: 100%;
    height: 15px;
}

.clear {
    position: relative;
    clear: left;
    width: 100%;
    height: 100px;
}

.display-sm {
    display: none !important;
    text-align: center;
    margin-top: 10px;
}

.mec-tit span{
    cursor: pointer;
    text-decoration:underline;
}

.mec-p span {
    cursor: pointer;
    text-decoration: underline;
}

.btn-canjea {
    max-width: 390px;
    width: 100%;
    color: var(--colMain) !important;
    background-color: var(--colMain2) !important;
    padding: 30px;
    font-size: 2em;
    border-radius: 3px;
    font-weight: 900;
    border: solid 3px var(--colMain2);
    display: inline-block;
    cursor: pointer;
    transition-duration: 0.3s;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.qr-section img {
    display: block;
    margin: 0 auto;
}

.qr-section span{
    display: block;
    font-size:2em;
    font-weight:600;
}

.qr-section span a{
    color: var(--colMain2);
}

.link-resalted {
    font-weight: 900;
    font-size: 1.2em;
}

.form-title img{
    max-width:200px;
    margin: 0 auto;
    display: block;
}

.text-justify {
    text-align: justify;
}

.text-justify p{
    color: #444;
    font-size:1em;
}

.item-absolute1{
    position: absolute;
    top:0;
    left:0;
}

.item-absolute2 {
    position: absolute;
    top: -50px;
    right: 0;
}

ol li {
    list-style-position: inside;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5em;
}

ul li {
    list-style-position: inside;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5em;
}

.formulariopie {
    font-size: 0.9em;
    color: #4e1588;
    text-align: left;
    font-weight: 700;
    background-color: #fff;
    border: solid 1px #d7d7d7;
    padding: 5px 15px;
    line-height: 23px;
    border-radius: 3px;
}

.checkboxSingleLine2 {
    display: inline-flex;
    vertical-align: middle;
    color: #444;
}

.checkboxSingleLine2 input[type=checkbox]{
    margin-right:7px;
}

.req3 {
    color: #7e0000 !important;
    font-size: 0.9em;
    font-weight: 400;
}

.boton2 {
    color: var(--colMain) !important;
    background-color: var(--colMain2) !important;
    padding: 0px 15px;
    margin-top:5px;
    border-radius: 3px;
    font-weight: 900;
    font-size: 1em;
    display: inline-block;
    cursor: pointer;
    border: solid 3px var(--colMain2);
    transition-duration: 0.3s;
}

.boton {
    color: var(--colMain) !important;
    background-color: var(--colMain2) !important;
    padding: 10px 19px;
    border-radius: 3px;
    font-weight: 900;
    font-size: 1.3em;
    display: inline-block;
    cursor: pointer;
    border: solid 3px var(--colMain2);
    transition-duration: 0.3s;
}

.boton a, .boton2 a{
    color: var(--colMain) !important;
}

.boton:hover, .boton2:hover{
    color: #ea3f34 !important;
    font-weight: 900;
    border: solid 3px #13148b;
    transition-duration: 0.3s;
}

.boton:disabled, .boton2:disabled{
    background-color: #bcbdba !important; 
}

.no-display {
    display: none;
}

@media screen and (max-width: 767px) 
{
    .hidden-sm {
        display: none !important;
    }

    .display-sm {
        display: block !important;
    }

    .item-absolute1 {
        position: absolute;
        top: -73px;
        left: 20px;
    }

    .item-absolute2 {
        right: 20px;
    }
}