section.page-melhor-preco {
    padding: 0 !important;
    margin-top: 70px;
    min-height: calc(100vh - 230px);
}

section.page-melhor-preco .banner-melhor-preco .desktop {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.page-melhor-preco .banner-melhor-preco .desktop .control-wt {
    position: absolute;
    max-width: 1350px;
    width: 100%;
    color: #fff;
    padding-left: 30px;
}

section.page-melhor-preco .banner-melhor-preco .desktop .control-wt .text-content h1 {
    font-size: 44px;
    font-weight: bold;
}
section.page-melhor-preco .banner-melhor-preco .desktop .control-wt .text-content h2 {
    font-size: 24px;
    font-weight: 300;
}


section.page-melhor-preco .banner-melhor-preco img {
    width: 100%;
}

section.page-melhor-preco .banner-melhor-preco .mobile {
    display: none;
}

section.page-melhor-preco .section-1 {
    max-width: 1080px;
    margin: auto;
    padding: 0px 20px;
}

.title {
    font-size: 32px !important;
    font-weight: bold;
}

.title-dif {
    color: var(--text-color);
    font-weight: 400 !important;
}

.title.sub {
    font-weight: 400 !important;
    font-size: 22px;
}

.content .ctn-img {
    width: 341px;
}

.content .ctn-img img {
    width: 341px;
}

.section-2 .ctn-control {
    max-width: 1490px;
    display: flex;
    margin: auto;
}

.section-2 .ctn-img {
    width: 700px;
}

.section-2 .ctn-img img {
    width: 700px;
    height: 100%;
}

.section-2 table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #707070;
    text-align: center;
    font-size: 14px;
}

.section-2 table th,
.section-2 table td {
    border: 1px solid #707070;
    text-align: left;
    padding: 8px;
    text-align: center;
    color: black;
}

.section-2 table th {
    font-weight: bold;
}

.grey-mobile {
    display: none;
}

a {
    text-decoration: underline;
}


.br-mobile {
    display: none;
}

@media only screen and (max-width: 1600px) {
    .section-2 .ctn-control {
        margin: unset;
        margin-left: auto;
    }

    .section-2 .ctn-img img {
        width: 860px;
        /* height: 100%; */
    }
    .ctn-control .ctn-text {
        max-width: 610px;
    }
}

@media only screen and (max-width: 800px) {
    section.page-melhor-preco .banner-melhor-preco .mobile {
        display: flex;
    }

    section.page-melhor-preco .banner-melhor-preco .desktop {
        display: none;
    }

    .section-1 {
        margin-bottom: 30px;
        text-align: center;
    }

    .section-1 span,
    .section-1 strong {
        text-align: center;
    }

    .bg-grey {
        background-color: unset;
    }

    .grey-desktop {
        display: none;
    }

    .grey-mobile {
        display: block;
        background-color: #F1F1F1;
        text-align: center;
    }
    .grey-mobile .content {
        padding: 20px;
    }

    .title {
        font-size: 20px !important;
        font-weight: bold;
    }

    .title-dif {
        color: var(--text-color);
        font-weight: 600 !important;
        font-size: 16px;
    }

    .br-mobile {
        display: block;
    }

    .title.sub {
        font-weight: 400 !important;
    }

    .section-2 .ctn-text {
        margin: unset !important;
        padding: 20px;
    }

    .section-2 small,
    .section-2 span,
    .section-2 h2 {
        text-align: center;
    }

    .propriedades span {
        text-align: start !important;
    }
}

@media only screen and (max-width: 1160px) {
    .none-mobile {
        display: none;
    }
}

@media only screen and (max-width: 742px) {
    .container-block .block {
        margin-bottom: 2rem;
    }
    .section-1 .mg-btm-30:first-of-type {
        margin-bottom: 10px !important;
    }
}