@media screen and (max-width: 575px) {

    .headerEmpresa h1,
    .headerEmpresa h2 {
        text-align: center;
    }

    .header-app-empresa .segmentos {
        display: flex;
        justify-content: center;
    }

    .header-app-empresa .btnCurtir {
        margin: 0 auto;
    }

    .tituloEstabelecimento {
        justify-content: center !important;
    }

    .botoesRS {
        flex-direction: row;
        justify-content: center;
    }

    .botoesRS a span {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .header-app-empresa {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .headerOferta {
        /* height: 26vw; */
    }
}

div.boxProdutoEst {
    position: relative;
}

.box-ofertas-group {
    background: #dfdfdf;
    margin: 20px 0 5px 0px;
    padding: 10px;
    box-shadow: 0px 1px 2px #a5a5a5;
    border-radius: 15px;
}

.headerOferta {
    /* height: 28vw; */
    overflow: hidden;
    padding: 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-top: -10px;
    aspect-ratio: 37/15;
}

.validadeOfertas {
    text-align: center;
    font-size: 12px;
}

.boxContainer {
    background: #dfdfdf;
    margin: 20px 0 5px 0px;
    padding: 10px;
    box-shadow: 0px 1px 2px #a5a5a5;
    border-radius: 15px;
}

.cardPagamento {
    border-radius: 10px;
    background: #fff;
}

.formas-de-pagamento img {
    width: 78px;
    height: 49px;
    border-radius: inherit;
}

.copyToClipboard:hover {
    opacity: 0.7;
}

.copyToClipboard svg.active {
    color: #1b9f62;
}

.img-box-log {
    background: white;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border-radius: 300px;
    border: solid #ededed 8px;
    height: 170px;
    width: 170px;
    margin: 20px auto 0 auto;
    overflow: hidden;
}

button.btnCurtir {
    width: 100%;
    /* max-width: 320px; */
}

a.flagSegmento {
    /* font-size: 13px; */
    /* background: #282828; */
    /* padding: 6px 15px 4px 15px; */
    margin-right: 10px;
    box-shadow: 0px 3px 0px #0c0c0c;
}

.header-app-empresa.row h1 {
    font-weight: bold;
    margin-bottom: 0;
}

.header-app-empresa .tituloEstabelecimento {
    width: 665px;
}

.tituloEstabelecimento h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.verificado {
    background-color: inherit;
    color: #247bfc;
    cursor: initial !important;
    margin-left: 5px;
}

.linkEmpresa {
    text-decoration: none;
    color: black;
    display: block;
    width: fit-content;
}

.logoNomeComercio {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.imgThumbEstabelecimento {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 80px;
    border: solid 4px #eee;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: 5px;
}

.imgThumbEstabelecimento .placeholder {
    height: 100%;
}

.img-thumb-campanha {
    width: 1300px;
    /* margin-top: -6px; */
    height: auto;
    aspect-ratio: 34/15;
    /* aspect-ratio: 39/15; */
}

.infoEstabelecimentoLista h5 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 30px;
}

.headerEmpresa h1 {
    font-size: 20px;
    margin-top: 20px;
}

.headerEmpresa h2 {
    font-size: 1em;
    margin-top: 20px;
    background: #e9e9e9;
    padding: 13px;
    border-radius: 5px;
    color: #555;
    font-size: 13px;
}

div.header-app-empresa .col-lg-6 button.btnCurtir,
div.header-app-empresa .col-lg-6 button.btnCompartilhar {
    margin: 10px 0 !important;
    max-width: none;
    width: 100%;
}

a.btnAssinar,
button.btnAssinar {
    border-radius: 10px;
    font-size: 17px;
    text-decoration: none;
    padding: 15px;
    text-align: center;
    display: block;
    margin-top: 10px;
}

a.btnAssinar:hover,
button.btnAssinar:hover {
    transition: 0.3s ease-out;
}

button.btnAssinar.placeholder {
    border: 0;
    height: 55px;
    pointer-events: none;
}

a.btnAssinar,
button.btnAssinar {
    background: #2f9129;
    color: #ffffff;
    box-shadow: 0px 3px 0px #1e8d18;
    border-bottom: solid 1px #4db748;
    font-weight: bold;
}

.expandProduct {
    margin-bottom: 20px;
}

.box-ofertas-group .boxProdutoEst {
    margin-right: 0 !important;
}

ul.segmentos {
    margin: 10px 0 20px 0 !important;
}

.areaUtilIMG {
    height: auto;
    padding: 20px;
}

.areaUtilIMG img {
    width: auto;
    height: auto;
}

.box-ofertas-group .boxProdutoEst {
    min-height: 430px;
}

.cardPagamento {
    border-radius: 10px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 1px 0 #ebebeb;
    border: solid 3px #d7d7d7;
}

.cardPagamento img {
    max-width: 60px !important;
    height: auto !important;
}

.formas-de-pagamento h2 {
    font-weight: bold;
    font-size: 22px;
}

section.boxContainer {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
}

section.boxContainer .formas-de-pagamento {
    background: #ffffff;
    margin: 0px 0 0px 0px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: none;
    display: block;
    text-align: left;
    box-shadow: 0px 10px 10px #f5f5f5;
}

.telefones.col-lg-4 {
    position: relative;
}

.telefones button {
    position: absolute;
    top: 50px;
    right: 30px;
}

.areaTituloBox {
    display: flex;
    margin-top: 60px;
    font-size: 32px;
}

.areaTituloBox svg {
    margin-right: 10px;
}

.botoesRS a {
    border-radius: 10px;
    border: solid 2px #b2dbff;
    padding: 5px 10px;
    color: #0066c1;
}

.botoesRS a:hover {
    background: #b8ddfe;
    border-color: #bedffd;
    color: #1874c6;
}

.ativeAsNotificacoes ~ .btnCurtir {
    max-width: 400px !important;
    margin: 0 auto;
}

#infoPagamento h2, #informacoes h2 {
    font-weight: bold;
    font-size: 1.8rem;
}