.main-detail{
    background: #F7F7F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
    padding-bottom: 40px;
}


.product-container{
    width: 80%;
    background: #ffffff;
}

.bread-solution {
    margin-top: 23px;
    margin-left: 30px;
}

.principal {
    background-color: #ffffff;
    text-align: center;
    padding: 20px 70px;
    box-sizing: border-box;
    border: 1px solid #F0F0F0;
    line-height: 30px;
}