.container-header {
    width: 85%;
}

.header-card img{
    margin-top: -25px;
}

main {
    padding-bottom: 40px;
}

.seleccionTarjeta {
    background-color: #FFFFFF;
    border-radius: 16px;
    border: #BEBEBD;

    border-bottom: 1px solid #BEBEBD;
    border-top: 1px solid #BEBEBD;
    border-left: 1px solid #BEBEBD;
    border-right: 1px solid #BEBEBD;
    padding: 4px;
    width: 100%;
    box-shadow: 0px 6px 24px 0px #194B7B2E;

}

.beneficios {
    list-style-image: url('../images/check-ok-blue.svg');
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    align-items: center;
}

#beneficiosCoppel li,
#beneficiosBancoppel li {
    margin-bottom: 10px;
}

.checkbox-coppel {
    float: left;
    align-items: center;
}

.checkbox-bancoppel {
    align-items: center;
}

.button-Terciario {
    width: 126px;
    height: 48px;
    line-height: 24px;
    text-align: center;
    color: #006FB9;
    font-weight: 700;
    cursor: pointer;
}

.button-Terciario:not([disabled]):hover {
    width: 126px;
    height: 48px;
    line-height: 24px;
    text-align: center;
    color: #145B97;
}

.button-Terciario:focus {
    outline: none;
    box-shadow: none;
}

.headerSeleccionTarjeta {
    height: 209px;
    display: flex;
    align-items: center;
}

.liDiv {
    display: flex !important;
    align-items: center !important;
    padding-right: 5px;
}

.liTexto {
    padding-left: inherit;
}

.liImage {
    margin-left: -5%;
}

.sangriaImage {
    width: 24px !important;
    height: 24px !important;
}

.nodisplay {
    display: none
}


@media print, screen and (min-width:40em) {
    .colums {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }

    .sangriaImage {
        width: 24px !important;
        height: 24px !important;
        max-width: none;
    }

    .liTexto {
        padding-left: 15px;
    }

    .main-header{
        padding-top: 40px;
    }
}



/* mobile  */
@media print, screen and (max-width:35em) {
    .divTarjetas {
        width: 100% !important;
        padding-bottom: 20px;
    }

    .seleccionTarjeta {
        width: 100%;
    }

    .sangriaImage {
        width: 24px !important;
        height: 24px !important;
    }

   /*  .main-securebar{
        margin-bottom: 116px !important;
    } */
}

@media print, screen and (max-width:30em) {
    .checkbox-coppel {
        float: left;
        align-items: center;
        margin-left: 10%;
    }

    .sangriaImage {
        width: 24px !important;
        height: 24px !important;
    }

    /* .main-securebar{
        margin-bottom: 116px !important;
    } */
}

