﻿@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .box-payment .box-boleto .content-boleto div:nth-child(2) {
        margin: 0 10px;
    }
    .box-payment .box-boleto .content-boleto div span {
        padding: 5px !important;
    }
}

.box-iframe {
    position: relative;
    padding-bottom: 50px;
}

.box-iframe .title-contrato {
    width: 100%;
    background-color: #f00;
    font-family: MontSerrat, sans-serif, serif;
    background: #664AC7;
    color: #fff;
    padding: 10px !important;
    font-size: 14px;
    margin: 0;
}

.box-iframe input#collapsed-iframe {
    display: none;
}

.box-iframe label[for=collapsed-iframe] {
    font: normal normal normal 14px/1 FontAwesome;
    padding: 0 !important;
    position: absolute;
    top: 0;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 35px;
    margin: 0;
    line-height: 35px;
    left: 0;
}

.box-iframe label[for=collapsed-iframe]:before {
    content: "";
    position: absolute;
    right: 15px;
}

.box-iframe iframe {
    width: 100%;
    border: 1px solid #ccc;
    height: 0;
    transition: height .5s;
}

.box-iframe input#collapsed-iframe:checked~iframe {
    height: 400px;
}

.box-iframe input#collapsed-iframe:checked~label[for=collapsed-iframe]:before {
    content: "";
}

.box-iframe .aceite-contrato {
    width: 100%;
    margin: -16px 0 0 0;
}

.box-iframe .aceite-contrato input#aceiteContrato {
    display: none;
}

.box-iframe .aceite-contrato label[for=aceiteContrato] {
    width: 100%;
    border: 2px solid #929292;
    height: 28px;
    background-color: #929292;
    color: #fff;
    line-height: 24px;
    padding: 0 0 0 30px !important;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    margin: -8px 0 0 0;
}

.box-iframe .aceite-contrato label[for=aceiteContrato]:before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font: normal normal normal 14px/1 FontAwesome;
    color: #82828221;
    text-align: center;
    line-height: 26px;
}

.box-iframe .aceite-contrato input#aceiteContrato:checked~label[for=aceiteContrato]:before {
    color: #00ba3b;
}

.box-iframe .aceite-contrato input#aceiteContrato:checked~label[for=aceiteContrato] {
    border: 2px solid #00ba3b;
    background-color: #00ba3b;
}

.box-payment {
    width: 100%;
    position: relative;
}

.box-payment .line {
    min-height: initial;
}

.box-payment .box-cupom {
    margin-bottom: 20px;
}

.box-payment .box-cupom .grid-cupom {
    grid-template-columns: 1fr 100px;
    padding: 10px;
    border: 1px solid #ccc;
}

.box-payment .box-cupom .grid-cupom span {
    text-transform: uppercase;
    font-family: MontSerrat, sans-serif, serif;
}

.box-payment .box-cupom .grid-cupom.green {
    background-color: #00ba3b;
    color: #fff;
    grid-template-columns: none;
    display: block;
    font-family: "MontSerrat Light", sans-serif, serif;
}

.box-payment .box-abas-pgto {
    width: 100%;
    height: 45px;
}

.box-payment .box-abas-pgto .icon-boleto {
    background: url('../../public/img/png/icones/bars-code.png');
    width: 25px;
    height: 18px;
}

.box-payment .box-abas-pgto input[type=radio] {
    display: none;
}

.box-payment .box-abas-pgto label {
    padding: 10px !important;
    float: left;
    margin: 0;
    background-color: #de7c7b;
    color: #fff;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex !important;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    cursor: pointer;
    height: 100%;
}

.box-payment .box-abas-pgto label:hover {
    background-color: #664AC7 !important;
}

.box-payment .box-abas-pgto label i {
    margin: 0 10px 0 0;
}

.box-payment .box-abas-pgto input#aba-cartao-credito:checked~label[for=aba-cartao-credito] {
    background-color: #664AC7 !important;
}

.box-payment .box-abas-pgto input#aba-boleto:checked~label[for=aba-boleto] {
    background-color: #664AC7 !important;
}

.box-payment .box-pgto {
    margin-bottom: 20px;
}

.box-payment .box-pgto .content-card {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 0 10px;
}

.box-payment .box-pgto .border-left-right {
    min-height: inherit;
}

.box-payment .box-boleto {
    width: 100%;
    transition: height .5s;
    overflow: hidden;
    margin-bottom: 10px;
}

.box-payment .box-boleto .content-boleto {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    display: -ms-flexbox;
    -ms-grid-columns: 1fr 1fr 1fr;
    padding: 10px;
    grid-gap: 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.box-payment .box-boleto .content-boleto div {
    border: 1px solid #828282;
    font-size: 12px;
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-gap: 10px;
    display: -ms-flexbox;
    -ms-grid-columns: 50px 1fr;
}

.box-payment .box-boleto .content-boleto div i {
    width: 50px;
    height: 100%;
    float: left;
    background-color: #828282;
    color: #fff;
    text-align: center;
    line-height: 46px;
}

.box-payment .box-boleto .content-boleto div span {
    padding: 5px 0 0 0;
}

.box-payment .box-boleto .box-gerar-boleto {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
}

.box-payment .box-boleto .box-gerar-boleto input[type=checkbox] {
    display: none;
}

.box-payment #btnPagamentoMensal {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.box-payment #btnBoletoEmail {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.box-payment #btnPagamentoBoleto {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.box-payment #btnSendPaymentLink {
    position: absolute;
    bottom: 0;
    z-index: 9;
}

#modalErrorVindi .fa-times {
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
}

#modalErrorVindi .text-danger {
    position: absolute;
    top: 40%;
    left: 6%;
    background-color: transparent;
    color: #d9534f !important;
    font-size: 16px;
}

@media(max-width:1023px) {
    .box-payment #btnSendPaymentLink {
        position: relative;
        width: 100%;
        margin: 10px 0 0 0;
    }
    .box-payment #btnPagamentoMensal {
        width: 100%;
    }
    .box-payment #btnBoletoEmail {
        width: 100%;
    }
    .box-payment #btnPagamentoBoleto {
        width: 100%;
        bottom: -50px;
    }
}

@media(max-width:767px) {
    .box-payment .box-boleto .content-boleto {
        grid-template-columns: repeat(1, 1fr);
    }
    .box-payment .box-boleto .content-boleto div span {
        padding: 0;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        display: flex;
    }
}