.main-largerectangle {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: black !important;
    color: white;
    padding-bottom: 0px;
    /*min-height:751px;*/
}
.row-no-space{

}
.div-advise-bottom-right {
    position: absolute;
    bottom: 10px;
    right: 25px;
    text-align: right;
    padding-top:15px;
}
.btn-info {
    background-color: #009688 !important;
}
.btn-advise-bottom-right {
    min-width: 300px;
    background-color: #009688 !important;
}
.nospace {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.img-largerectangle {
    padding: 0px;
    max-width: 100%;
    height: auto;
}
.row-with-pad {
    padding-top: 33px;
}
.resenha-largerectangle {
    padding: 25px;
}
.text-align-right {
    text-align: right !important;
    font-size:12px;
}
.far, .fas {
    font-size: 25px;
}
.col-icon {
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    /*padding-bottom: 15px;*/
    color: darkcyan;
}
.desc-icon {
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
    /*padding-top: 11px;*/
    font-size: 17px;
    font-weight: 600;
    color: dimgray;
}
.card-body-itens {
    /*margin-left: 2%;
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 1.15rem !important;*/
}
.row-body-itens {
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    padding-bottom: 15px;
}
a.btn.btn-info {
    min-width: 250px;
}

@media screen and (max-width: 600px) {
    .desc-icon {
        text-align: center;
    }
}