@font-face {
    font-family: ibm-regular;
    src: url("../fonts/muli/IBMPlexSans-Regular.ttf");
}

@font-face {
    font-family: ibm-bold;
    src: url("../fonts/muli/IBMPlexSans-Medium.ttf");
}

body {
    font-family: ibm-regular !important;
    background: #dbdbdb73;
    font-family: Arial, Helvetica, sans-serif;
}

.logo-pagomedios {
    width: 200px;
    max-width: 200px;
    height: 50px;
    max-height: 50px;
    object-fit: contain;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0.5rem;
}

.pci {
    padding: 0;
    flex: 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 85px;*/
}
.pci img {
    width: 50%;
}

.datafast {
    /*width: 250px;*/
    flex: 0 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.datafast img {
    width: 70%;
}

.aws {
    display: flex;
    flex: 0 15%;
    justify-content: center;
    align-items: center;
}
.aws img {
    width: 80%;
}

.logo-tarjetas-pagomedios {
    flex: 0 55%;
    padding-right: 3rem;
}

.logo-tarjetas-pagomedios img {
    width: 100%;
}

.logo-datafast {
    flex: 0 15%;
}

.logo-datafast img {
    width: 80%;
}
.logo-pci-black {
    flex: 0 15%;
}

.logo-pci-black img {
    width: 50%;
}

.footer-brands {
    display: flex;
    align-items: center;
    flex: 0 70%;
}

.header {
    background: #1a2a9e;
    height: 70px;
    overflow: hidden;
    width: 100%;
    margin: 0.5rem 0 0;
    position: relative;
    vertical-align: top;
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 5px;
}

.pagomovil {
    background: rgba(1, 61, 61, 1);
    height: 70px;
    overflow: hidden;
    width: 100%;
    margin: 0.5rem 0 0;
    position: relative;
    vertical-align: top;
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 5px;
}

.header .title {
    color: white;
    background-color: transparent !important;
    margin: 0.8rem 0 0.8rem 5.5rem;
    padding: 0 1rem 0 0.5rem;
    font-size: 2.2rem;
    font-weight: normal;
    font-weight: bold;
    text-transform: uppercase;
    flex: 0 40%;
    text-align: right;
}

.header .title .subtitle {
    font-size: 1.1rem;
    padding: 0 0 0 0.5rem;
    font-weight: 300;
    font-weight: bold;
}

.header .logo-company {
    flex: 0 50%;
    text-align: left;
    margin-left: 1rem;
    display: flex;
    color: white;
    align-items: center;
}

.header .secure-payment {
    flex: 0 50%;
    color: white;
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
}

.header .secure-payment .logo {
    width: 170px;
    padding: 0 1rem;
    border-left: solid white 2px;
}
.header .secure-payment .text {
    padding: 0 1rem;
}

.header .secure-payment .logo img {
    max-width: 100%;
    max-height: 100%;
}

.header .logo-company .circle {
    background: white;
    min-height: 40px;
    min-width: 190px;
    height: 50px;
    width: 190px;
    border-radius: 5px;
    border: solid #f2f2f2 2px;
}

.header .logo-company .circle img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.header .logo-company .tradename {
    font-size: 0.75rem;
    padding-left: 1rem;
    line-height: 1.1rem;
}

.header .language {
    width: 100%;
    height: 100%;
    flex: 0 10%;
}

.card-left {
    width: 45%;
    margin: 0 1.5rem 1rem 0;
}
.card-information {
    background-color: #f5f4f4;
    color: black;
    font-size: 1.1rem;
    margin: 1.5rem 0 0 0;
    border-radius: 5px;
}
.card-left .card-information .company {
    display: flex;
    background-color: #e7ebf6;
    height: auto;
    align-items: center;
    padding: 0.75rem 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.card-left .card-information .company .logo {
    flex: 0 20%;
    text-align: center;
}

.card-left .card-information .company .logo img {
    width: 50% !important;
}
.card-left .card-information .company .contact {
    flex: 0 80%;
    font-size: 0.85rem;
    line-height: 1rem;
}
.card-left .card-information .company .contact strong {
    color: #1a2a9e;
}
.card-left .card-information .company .contact div {
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-left .card-information .payment {
    padding: 2rem 2rem 1rem 2rem;
    color: #333333;
}
.p-content {
    width: 100%;
    display: flex;
    font-size: 0.85rem;
}
.p-content .p-title {
    flex: 0 40%;
    font-weight: bold;
}
.p-content .p-title::after {
    content: ":";
}
.p-content .p-value {
    flex: 0 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-left .card-information .amount {
    padding: 0 2rem 2rem 2rem;
    background-color: #f5f4f4;
}

.title-payment {
    font-weight: bold;
    padding-bottom: 0.5rem;
    color: #6b6b6b;
    margin-left: -0.5rem;
}
.a-content {
    width: 100%;
    display: flex;
    font-size: 0.9rem;
}
.a-content .a-title {
    flex: 0 60%;
    font-weight: bold;
}
.a-content .a-title::after {
    content: ":";
}
.a-content .a-value {
    flex: 0 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}
.grand-total {
    padding-top: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #1c2bab;
}
.card-right {
    width: 55%;
    margin: 1.5rem 0 1rem 0;
    position: relative;
    height: auto;
}

.card-section {
    display: flex;
}

.payment-modes {
    background: #f5f4f4;
    border-radius: 5px;
}

.card-modes {
    background-color: #e7ebf6;
    height: 59px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-mode-title {
    display: flex;
    height: 100%;
    align-items: center;
}

.card-mode-logo {
    text-align: center;
    flex: 0 15%;
}
.card-mode-logo img {
    width: 40%;
}
.card-mode-subtitle {
    flex: 0 85%;
    color: #1c2bab;
    font-weight: bold;
    font-size: 1.2rem;
}

.card-mode-banks {
    display: flex;
    height: 50%;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.bank {
    display: flex;
    justify-content: center;
    flex: 0 20%;
}
.bank img {
    width: 85%;
}

.payment-modes .list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
    grid-column-gap: 15px;
    padding: 1rem 2rem 1.73rem;
}

.payment-modes .list .brand {
    background: white;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
}
.payment-modes .list .brand:hover {
    border: solid 1px #1c2bab;
}

.brand-logo {
    width: 90px;
    height: 60px;
}
.brand-logo img {
    width: 100%;
    height: 100%;
}
.has-error .help-block {
    color: red;
}

.language {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem 1rem 0;
}

.language .flags span {
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.language .flags .en::after {
    content: " /";
}

.description-mobile {
    display: none;
    padding: 0 0.5rem;
}

.conditions {
    text-align: center;
    font-size: 0.8rem;
    padding-bottom: 1rem;
}
.conditions a {
    color: black;
}
.description-nowrap {
    white-space: initial !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.85rem;
}
.content-description {
    background-color: white;
    padding: 1rem;
    border-radius: 30px;
    margin-top: 0.65rem;
}
@media (max-width: 768px) {
    .conditions {
        font-size: 0.65rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
    }
    .conditions a {
        padding: 0rem 0.2rem;
    }
    .card-section {
        display: block;
    }

    .card-section .card-left {
        width: 100%;
        margin: 0;
    }

    .card-section .card-right {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .payment-modes .list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        grid-column-gap: 15px;
        padding: 1rem;
    }

    .card-left .card-information .company {
        display: none;
    }

    .card-left {
        margin-bottom: 1rem !important;
    }

    .card-left .card-information .payment {
        display: none;
    }

    .card-left .card-information .amount {
        padding: 0.5rem;
    }

    .a-content {
        font-size: 0.8rem;
    }

    .footer {
        padding: 1rem 0 4rem 0;
    }

    .footer .container {
        display: block;
        text-align: center;
    }
    .copyright {
        padding-top: 0.5rem;
        font-size: 0.8rem;
    }
    .pci {
        flex: 0 50%;
        width: 20%;
        padding: 0;
    }
    .pci img {
        width: 60px;
    }
    .datafast {
        flex: 0 50%;
        width: 100%;
        padding: 0;
    }

    .card-mode-subtitle {
        font-size: 0.95rem;
    }

    .card-modes {
        height: 50px;
    }

    .header {
        display: inline-table;
    }
    .header .title .subtitle,
    .header .title .badge {
        display: none;
    }
    .header .title .subtitle {
        font-size: 0.7rem;
        line-height: 0;
    }
    .header .title .badge-danger {
        font-size: 0.5rem !important;
    }
    .header .logo-company .logo-pagomedios {
        padding: 0.5rem 0 0 0;
        width: 150px;
        height: 100%;
    }
    .header .logo-company {
        height: 100%;
        border: none;
        display: block;
        text-align: center;
        margin: 0;
        padding: 1rem 2.5rem;
    }
    .header .logo-company .circle {
        width: 100%;
        margin-bottom: 1rem;
    }
    .header .logo-company .tradename {
        padding: 0;
    }
    .header .secure-payment {
        font-size: 0.95rem;
        border-top: solid;
        padding: 1rem 0;
    }
    .header .secure-payment .logo{
        border: none;
    }
    .description-mobile {
        display: block;
    }

    .card-mode-banks {
        height: 40px;
        padding: 0.2rem 0.5rem;
    }

    .card-mode-banks .bank {
        width: auto;
        height: auto;
    }
    .card-mode-banks .bank img {
        width: 100%;
    }
    .language {
        font-size: 0.75rem;
    }
    .header {
        position: relative;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .payment-modes .list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
        grid-column-gap: 15px;
        padding: 1rem;
    }
}

@media (max-width: 1200px) {
    /*.language {
        position: absolute;
        padding: 0;
        top: 45px;
        right: 10px;
        margin: 0;
        width: 70px !important;
        flex: none !important;
    }*/
    .header {
        position: relative;
    }
    .header .title .subtitle,
    .header .title .badge {
        display: none;
    }

    .payment-modes .list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
        grid-column-gap: 15px;
        padding: 1rem;
    }

    .card-left .card-information .company .contact div {
        width: 200px;
    }
}
.nowrap {
    white-space: initial !important;
    /*display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
