/* .avisofrete {
    background-color: #d9d9d9;
    width: 100%;
    height: 50px;
    display: flex;
    margin-bottom: 25px;
}
.fretegratis {
    margin-right: 15px;
    display: flex;
    margin: auto;
}
.fretegratis p {
    padding-right: 5px;
    text-align: center;
}
.fretegratis img {
    margin-right:10px;
    width: 32px;
    height: 32px;
    padding-right: 5px;
}

@media (min-width: 768px) {
    #collapseExample {
      display: block;
      height: auto !important;
      visibility: visible;
    }
}


#divMain:hover {
    background-color: rgb(231, 231, 231);
} */