.navbar-main {
    background-color: rgb(252, 242, 232) !important;
}

.float-right {
    float: right !important;
    text-align: right;
    align-items: right;
    /* width: 100%; */
}

body {
    background-color: rgb(252, 242, 232) !important;
}

.index-container-section {
    padding-top: 0px;
    margin-left: 10% !important;
    margin-right: 10% !important;

}

.col-50 {
    width: 50% !important;
    max-width: 50% !important;
}

.col-100 {
    width: 100% !important;
    max-width: 100% !important;
}

.middle-content {
    margin-top: 100px !important;
    text-align: center !important;
    align-items: center !important;
}

.no-margin {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.col-20 {
    width: 20% !important;
}

.col-80 {}

.card-row {
    margin-top: -100px;

}

.card-custom {
    width: 100%;
    min-height: 290px;
}

.align-center {
    text-align: center !important;
}

.card-footer-custom {
    border: none;
    background: none;
}

.absolute-position {
    position: absolute;
}

.navbar-collapse {
    margin-left: 15px;
    margin-right: 15px;
}

.container-footer {
    margin-top: 20px !important;
}

.fa {
    font-size: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

.product-card {
    margin-left: 20px;
    margin-right: 20px;
}
.navbar-toggler {
    margin-right: 20px;
}