.div_card{
    border: 1px solid #d9dce3;
    border-radius: 7px;
    padding:10px;
    cursor: pointer;
}

.image_obra{
    border-radius: 4px;
}

.div_card_info{
    border: 1px solid #d9dce3;
    border-radius: 7px;
    padding:15px;
    margin: 0px;
}

.div_section_info{
    padding: 0px 0px 0px 30px;
}

.btn_atras{
    background: #F57D31;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 10px;
    height: 30px;
}

.check_pagination{
    background: #a5ce2d;
    color: #ffffff;
}

.div_card:hover {
    border: 2px solid #a5ce2d;
  }

@media only screen and (max-width: 767px) {
    .div_section_info{
        padding: 15px 0px 0px 0px;
    }
}

#what_to_pay_v2{
    min-height: auto !important;
}

.page-header-multipago_v2 {
    position: relative;
    z-index: 1;

    display: flex;
    overflow: hidden;

    width: 100%;
    /* min-height: 100vh; */

    background-color: #b2afab;
    background-position: center center;
    background-size: cover;

    align-items: center;
    justify-content: center;
}
