#cuotealo-available-product {
    background-color: #f3f3f3;
    border: solid 1px #cccccc;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#cuotealo-available-product .cuotealo-text,
#cuotealo-available-product .cuotealo-logo {
    background-color: #f1f1f1;
    flex: 1 1 auto;
}

#cuotealo-available-product p {
    margin: 0;
}

#cuotealo-available-product i.cuotealo-icon {
    width: 60px;
    height: 10px;
    display: inline-block;
    position: relative;
}

#cuotealo-available-product i.cuotealo-icon::before {
    content: '';
    width: 60px;
    height: 25px;
    display: block;
    background-image: url(images/cuotealo.png);
    background-size: cover;
    position: absolute;
    top: -90%;
}

#cuotealo-modal-btn a{
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
    cursor: pointer;
}

.cuotealo-hidden {
    display: none;
}

.cuotelao-modal .modal-inner-wrap {
    background-color: #f7f7f7;
}

.cuotelao-modal .modal-header {
    padding-bottom: 0.2rem;
}

.cuotelao-modal .modal-header h1 {
    display: none;
}

.cuotealo-modal-inner-content {
    text-align: center;
}

.cuotealo-modal-inner-content img {
    margin: 30px auto 25px;
    max-width: 230px;
}

.cuotealo-modal-inner-content #cuotealo-product-price {
    margin: 15px 0 45px;
}

.cuotealo-modal-inner-content #cuotealo-offers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 30px;
}

.cuotealo-modal-inner-content #cuotealo-t-and-c {
    margin: 10px 0 50px;
}

.cuotealo-modal-inner-content #cuotealo-offers .cuotealo-offer {
    background-color: #ffffff;
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 8px 15px;
    color: #002a8d;
    margin: 10px 0;
}

.cuotealo-modal-inner-content #cuotealo-offers .cuotealo-offer h3 {
    margin: 0;
    font-size: 1.8rem;
    color: #002a8d;
    font-weight: 600;
    line-height: normal;
}

.cuotealo-modal-inner-content .cuotealo-simulator-wrapper {
    margin: 45px 0 55px;
}

.cuotealo-modal-inner-content .cuotealo-simulator-wrapper a {
    background: #214db5;
    padding: 8px 30px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
}

.cuotelao-modal .modal-footer {
    display: none;
}

.blocker {
    z-index: 1500 !important;
}

.modal {
    max-width: 1200px !important;
}

.payment_method_bcp_cuotealo .cuotealo-bcp-description {
    padding: 0 0 10px 10px;
    border-bottom: solid 1px #dedede;
    margin-bottom: 10px;
}

.payment_method_bcp_cuotealo .cuotealo-txt a {
    color: #002a8d;
    font-weight: bold;
    text-decoration: underline;
}

.payment_method_bcp_cuotealo .cuotealo-offer {
    color: #002a8d;
    padding-left: 5px;
    padding-bottom: 5px;
    position: relative;
}

.payment_method_bcp_cuotealo .cuotealo-offer::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 40%;
    left: 0;
    bottom: 0px;
    background-color: #cccccc;
}