/*Estilos de texto*/
/*Password*/
@font-face {
    font-family: 'text-security-disc';
    src: url("../fonts/textSecurityDisc/text-security-disc.ttf") format("truetype");
    font-display: swap;
}
/*Digitos*/
@font-face {
    font-family: 'digital-7';
    src: url("../fonts/digital7/digital-7.ttf") format("truetype");
    font-display: swap;
}
/*Logotipo*/
@font-face{
    font-family: 'Century Gothic Paneuropean';
    src:url("../fonts/centuryGothic/CenturyGothicPaneuropeanBold.ttf") format("truetype");
    font-display: swap;
}
/*Texto contenido*/
@font-face {
    font-family: "Nunito-Regular";
    src: url("../fonts/nunito/static/Nunito-Regular.ttf") format("truetype");
    font-display: swap;
}
.txtPassword {
    font-family: 'text-security-disc', serif;
    font-size: 15px;
}
.txt-regular13 {
    font-family: 'Nunito-Regular', serif;
    font-size: 13px;
}
.txt-regular13Url {
    font-family: 'Nunito-Regular', serif;
    font-size: 13px;
    color: #666468;
}
.txt-regular13Url:hover {
    text-decoration: underline;
    cursor: pointer;
    caret-color: transparent;
}
.txt-regular13E {
    font-family: 'Nunito-Regular', serif;
    font-size: 13px;
    color: #F50400;
}
.txt-regular14 {
    font-family: 'Nunito-Regular', serif;
    font-size: 14px;
}
.txt-regular15 {
    font-family: 'Nunito-Regular', serif;
    font-size: 15px;
}
.txt-regular16 {
    font-family: 'Nunito-Regular', serif;
    font-size: 16px;
}
.txt-regular17 {
    font-family: 'Nunito-Regular', serif;
    font-size: 17px;
}
.txt-regular20 {
    font-family: 'Nunito-Regular', serif;
    font-size: 20px;
}
.txt-regular12B {
    font-family: 'Nunito-Regular', serif;
    font-size: 12px;
    font-weight: bold;
}
.txt-regular13B {
    font-family: 'Nunito-Regular', serif;
    font-size: 13px;
    font-weight: bold;
}
.txt-regular15B {
    font-family: 'Nunito-Regular', serif;
    font-size: 15px;
    font-weight: bold;
}
.txt-regular17B {
    font-family: 'Nunito-Regular', serif;
    font-size: 17px;
    font-weight: bold;
}

.txt-regular30B {
    font-family: 'Nunito-Regular', serif;
    font-size: 30px;
    font-weight: bold;
}

.precioCaja {
    font-family: "Inter", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-variant-numeric: tabular-nums lining-nums;
    font-weight: 700;                 /* refuerza dígitos */
    letter-spacing: 0.01em;
    color: whitesmoke;
}

.precioCajaCobro {
    font-family: "Inter", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-variant-numeric: tabular-nums lining-nums;
    font-weight: 700;                 /* refuerza dígitos */
    letter-spacing: 0.01em;
    color: whitesmoke;
}

.txt-colorBlack {
    color: #000000;
}

.txt-colorTerminos {
    color: #545C64;
}

.txt-separacionTerminos {
    margin: 10px;
}

.txt-AlignR {
    text-align: right;
}

/*Logotipo*/
.lg-color-fondo {
    background-color: #CCCCCC;
    /*background-color: #708899;*/
}

.lg-color-fondo-radius {
    background-color: #E0E0E0;
    border-radius: 2px;
    border: 1px solid #616161;
}

.lg-colorTextoLogo {
    color: #727475;
}

.lg-textoLogo {
    font-family: 'Century Gothic Paneuropean', sans-serif;
    font-size: 40px;
    text-shadow: 0 0 2px #000;
}

/*Globales*/
html, body {
    height: 100%;
    background-color: #D9D9D9;
}

input:not([type="checkbox"]), select, button {
    outline: none;
    border-radius: 2px;
    border: 1px solid #757575;
}
input:not([type="checkbox"]):hover, select:hover, button:hover {
    border: 1px solid #616161;
}
input:not([type="checkbox"]):focus, select:focus, button:focus {
    border: 1px solid #565656;
    box-shadow: inset 0 0 0 1px #565656;
}
button:active {
    border: 1px solid #565656;
    box-shadow: inset 0 0 0 1px #565656;
}

a {
    color: #757575;
    text-decoration: none;
}
a:hover {
    color: #424242;
    text-decoration: underline;
}

/*Adicionales*/
.objNulo {
    padding: 0;
    margin: 0;
}

.marginNulo {
    margin: 0;
}
.marginTNulo {
    margin-top: 0;
}
.marginBNulo {
    margin-bottom: 0;
}
.marginTBNulo {
    margin-top: 0;
    margin-bottom: 0;
}
.marginLNulo {
    margin-left: 0;
}
.marginRNulo {
    margin-right: 0;
}
.marginLRNulo {
    margin-left: 0;
    margin-right: 0;
}

.bloqueOpciones1 {
    background-color: #E0E0E0;
}

.bloqueOpciones2 {
    background-color: #D5D5D5;
}



.test-color1 {
    background-color: red;
}
.test-color2 {
    background-color: blue;
}
.test-color3 {
    background-color: yellow;
}
.test-txtColor1 {
    color: #FFFFFF;
}
.test-txtColor2 {
    color: #5C5C5C;
}
.test-txtColor3 {
    color: #ff5e5b;
}