.t-Region-headerItems--title{
    width: 100%;
}
.legal{
    font-size: 12px;
}
/*Regiones Boton*/
.t-ButtonRegion-wrap-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.t-ButtonRegion-col {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 640px){
    .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
        width: 100%;
        float: none;
        clear: both;
    }
}

/*Detalle de compra*/
.t-Region-detalle-compra .t-Region-header-detalle-compra{
    border: none;
    display: flex;
}
.t-Region-detalle-compra .t-Region-headerItems-detalle-compra{
    display: block;
}
.t-Region-detalle-compra .t-Region-headerIcon-detalle-compra{
    display: flex;
    justify-content: center;
}
.t-Region-detalle-compra .t-Region-title-detalle-compra{
    font-size: 18px;
    font-weight: bold;
    color: #6c6a6a;
}
.t-Region-detalle-compra .t-Region-headerIcon-detalle-compra .t-Icon-detalle-compra{
    background: none;
    color: #6c6a6a;
    font-size: 50px;
}
.t-Region-detalle-compra .t-AVPList--rightAligned .t-AVPList-label,
.t-Region-detalle-compra .t-AVPList--rightAligned .t-AVPList-value{
    border: none;
}
.t-Region-detalle-compra .t-AVPList--rightAligned .t-AVPList-label.destacado,
.t-Region-detalle-compra .t-AVPList--rightAligned .t-AVPList-value.destacado{
    border-top: solid 1px #e3e3e3;
}
.t-Region-detalle-compra .t-AVPList--rightAligned .t-AVPList-label.subtotal,
.t-Region-detalle-compra .t-AVPList--rightAligned .t-AVPList-value.subtotal{
    border-bottom: solid 1px #e3e3e3;
}
.t-Region-detalle-compra .t-Icon, .t-Region-detalle-compra .t-Button-label{
    font-size: 1.2em!important;
}

/*List Tile*/
.list-tile{
    cursor: pointer;
}
.list-tile li{
    transition: all 0.2s;
}
.list-tile li:hover{
    background-color: #f9f9f9;
}

/*List Tile Card*/
.list-card-item{
    margin: 10px 0px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    transition: all 0.2s;
}
.list-card-item-selected{
    margin: 10px 0px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    transition: all 0.2s;
}
.list-card-item .t-ContentRow-title, .list-card-item-selected .t-ContentRow-title{
    font-weight: normal;
}
.list-card-item .t-ContentRow-subtitle, .list-card-item-selected .t-ContentRow-subtitle{
    font-size: 0.8em;
    color: #999797;
}

.list-card-item.newCard, .list-card-item-selected.newCard{
    background-color: #fbfbfb;
    border: 1px dashed #c1c1c1;
}
.list-card-item .t-ContentRow-wrap, .list-card-item-selected .t-ContentRow-wrap{
    padding: 15px;
    justify-content: center;
    width: 100%;
}
.list-card-item .list-tile li{
    height: 70px;
}
.list-card-item .list-tile li, .list-card-item-selected .list-tile li{
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-card-item-selected .list-tile li{
    flex-wrap: wrap;
}
.list-card-item .list-tile li:hover, .list-card-item-selected .list-tile li:hover{
    background-color: transparent;
}
.list-card-item.t-1030 .t-ContentRow-title,
.list-card-item.t-1030 .t-ContentRow-subtitle,
.list-card-item.t-1006 .t-ContentRow-title,
.list-card-item.t-1006 .t-ContentRow-subtitle,
.list-card-item.t-1015 .t-ContentRow-title,
.list-card-item.t-1015 .t-ContentRow-subtitle,
.list-card-item.t-1037 .t-ContentRow-title,
.list-card-item.t-1037 .t-ContentRow-subtitle,
.list-card-item.t-1020 .t-ContentRow-title,
.list-card-item.t-1020 .t-ContentRow-subtitle,
.list-card-item.t-1112 .t-ContentRow-title,
.list-card-item.t-1112 .t-ContentRow-subtitle{
    color: #ffffff;
}
.cardtable
{
    width: 100%;
    height: 100%;
    position: absolute;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: 74px auto auto 35px;
    grid-template-areas:
        "method issuer issuer"
        "cardnumber cardnumber cardnumber"
        "name name logo"
        "vto vto logo";
    justify-items: stretch;
    align-content: stretch;
}
.cardlogo
{
    text-align: right;
    align-self: center;
    /* height: 20%; */
}
.cardlogo img
{
    /* height: 45px; */
    max-width: 65px;
    border: none;
    margin: 0 10px 0 8px;
}
.cardlogo img#CARDISSUER{
    max-width: 100px;
    max-height: 45px;
}
.cardelements
{
    /* height: 15%; */
}
.vto
{
    padding-right: 20px;
    padding-left: 10px;
    color: white;
}
.cardnumber
{
    font-size: 18px;
    text-align: center;
    color: white;
}
.cardname
{
    text-transform: uppercase;
    padding-left: 10px;
    font-size: 14px;
    color: white;
}
.cardmethod{
    align-self: center;
    padding-left: 10px;
    text-transform: uppercase;
}
.magnetic
{
    width: 100%;
    height: 50px;
    background-color: #999999;
    margin: 20px 0;
}
.img-cvc{
    display:none;
}

/*Cuotas*/
.list-installmenst-item{
    padding: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.8rem);
    transition: all 0.2s;
}
.installmenst{
    /* background-color: var(--&BRAND.-med-p-icon);
    color: #ffffffed;
    padding: 8px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; */
    font-size: 1.2em;
}
.list-installmenst-item .detalle-total{
    text-align: end;
    /* font-style: italic; */
}
.list-installmenst-item .label{
    font-size: 0.8em;
}
.list-installmenst-item .recargo{
    font-size: 0.8em;
    color: #777777;
    /* font-style: italic; */
}
.list-installmenst-item .sinInt{
    font-style: normal;
    color: #42B040;
    font-size: 0.9em;
}
.installmenst-att{
    color: #6FA8FF;
    font-size: 0.9em;
}
.recargo.cft {
    color: black;
}
/* Spinner */
.u-Processing {
    background-color: transparent;
    backdrop-filter:none;
}

@media (max-width: 640px){
    .regionBotones .container .row {        
        display: flex !important;
        flex-direction: column-reverse !important;
    }
}


.t-AVPList {
    border-top: solid 1px #e3e3e3;
}



/* Prestify Habilitado */
.PRESTIFY.msjPrestify {
    display: block !important;
}
/* Prestify Deshabilitado */
.disabled.PRESTIFY.msjPrestify {
    display: none !important;
}
.disabled.list-card-item.PRESTIFY .t-ContentRow-subtitle {
    color: #A2A2A2;
}
.PRESTIFY.msjPrestifyDisabled {
    display: none !important;
}
.disabled .t-ContentRow-subtitle.subtitle-card-prestify {
    display: flex !important;
    align-items: center;
    font-size: 0.9rem;
    min-width: 150px;
}
.disabled .t-ContentRow-subtitle.subtitle-card{
    display: none;
}

.PRESTIFY.disabled a.list-tile {
    pointer-events: none;
}