@media only screen and (max-width: 700px) {
    .header {
        padding: 5px;
        height: 10vh;
        justify-content: space-between;
    }

    .logo {
        width: 20%;
        height: 50px;
        margin-left: 8%;
    }

    .hamburger,
    .options {
        display: block;
        border-radius: 0;
    }

    .header__nav {
        width: 250px;
        height: calc(100vh - 10vh);
        background-color: var(--background);
        top: 10vh;
        left: -500px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: fixed;
    }

    .nav__ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav__items {
        font-size: 25px;
        width: 20%;
        text-align: center;
    }

    .header__nav>.btn {
        display: none;
    }

    .btn-gold {
        width: max-content;
    }

    .slider,
    .sliderGallery {
        width: 100%;

    }

    .slider__title {
        position: absolute;
        top: 0px;
        margin-bottom: 5px;
        width: 100%;
        z-index: 1000;
    }

    .slider__item,
    .slider__item-sliderGallery {
        min-width: 100%;
        height: auto;
        margin-top: 5px;
    }

    .description-product {
        width: 100%;
        padding: 0 10%;
    }

    .menu__label .nav__ul {
        width: 100%;
    }

    .menu__label>.nav__ul {
        flex-direction: row;
    }

    .footer .logo {
        width: 60%;
    }

    .redes * {
        color: var(--gold);
        flex-direction: row;
    }

    .form {
        width: 100%;
    }

    .comercial-details .image-main {
        min-height: 500px;
    }


    table {
        display: block;
    }

    thead {
        display: none;
    }

    tbody {
        display: block;
        width: 100%;
    }

    tr {
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    td {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
    }

    .none {
        display: none;
    }

    .modal-content {
        max-width: 60%;
    }
    .footer{
        display: block;
    }

    .info-section{
        margin-bottom: 10vh;
    }

}