.bannerPromocaoHome {
    display: inline-block;
    width: 100%;
    background: url(../../../assets/img/bannerHome/bg-banner-principal-desktop.jpg) bottom center #000 no-repeat;
    padding: 80px 0 60px 0;
    background-size: auto 100%;
}

.bannerPromocaoHome .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bannerPromocaoHome .boxTextos {
    text-align: center;
    position: relative;
}

/* Selo */

.bannerPromocaoHome .boxTextos .seloDesconto {
    position: absolute;
    top: -40px;
    right: -100px;
}

/* Título - Lote Relâmpago */

.bannerPromocaoHome .boxTextos .boxTituloRelampago {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerPromocaoHome .boxTextos .boxTituloRelampago span {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-style: italic;
    font-weight: 800;
    margin: 0px 10px;
}

/* Título Tag */

.bannerPromocaoHome .boxTextos .tituloTag {
    float: left;
    width: 100%;
    background: linear-gradient(180deg, #D04B2C 0%, #FF4949 49.51%, #D04B2C 100%);
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    padding: 10px;
    font-style: italic;
    font-weight: 600;
}

/* Título sem Tag */

.bannerPromocaoHome .boxTextos .tituloSemTag {
    float: left;
    width: 100%;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    padding: 10px;
    font-style: italic;
    font-weight: 600;
}

/* Contador */

.bannerPromocaoHome .boxTextos #clock {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    float: left;
    width: 100%;
    margin: 30px 0 0px 0;
}

.bannerPromocaoHome .boxTextos #clock .boxDados {
    padding: 10px 15px;
    background: #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px -13px #FFFFFF; 
    box-shadow: 0px 0px 15px -13px #FFFFFF;
}

.bannerPromocaoHome .boxTextos #clock .boxDados .numero {
    clear: both;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    line-height: 100%;
    margin-bottom: 3px;
    margin: 0;
}

.bannerPromocaoHome .boxTextos #clock .boxDados .texto {
    clear: both;
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 100%;
    margin: 0;
    font-size: 13px;
}

/* Imagem principal */

.bannerPromocaoHome .boxTextos figure {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
}

/* Texto */

.bannerPromocaoHome .boxTextos p {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.bannerPromocaoHome .boxTextos p strong {
    color: #DCB24C;
    font-weight: 700;
}

.bannerPromocaoHome .boxTextos span.somenteHoje {
    color: #FF4949;
    margin-top: 15px;
    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
}

/* Assinaturas */

/* Cards */

.bannerPromocaoHome .boxAssinaturas .listaCards {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard {
    border-radius: 8px;
    background: #FFFFFF;
    padding: 15px;
    text-align: center;
}

/* Tag Relâmpago */

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .tagRelampago {
    min-height: 50px;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0987ED;
    padding: 8px 15px;
    border-radius: 50px;
}

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard:last-child .tagRelampago {
    background: #0A3D96;
}

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .tagRelampago .textos {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 10px;
}

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .tagRelampago .textos .tituloTag {
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-style: italic;
}

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .tagRelampago .textos .legenda {
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin-top: 5px;
    text-align: center;
}

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .tagRelampago img {
    height: 25px;
}

/* Tag Padrão */

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .tagVendido {
    min-height: 25px;
    width: 100%;
}

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .tagVendido span {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 800;
    background: #0A3D96;
    float: left;
    padding: 8px 15px;
    border-radius: 50px;
    width: 100%;
    text-transform: uppercase;
}

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard:first-child .tagVendido span {
    background: #0987ED;
}

/* Título */

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard h2 {
    float: left;
    width: 100%;
    color: #121520;
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
}

/* Preços */

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .boxValor {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
}

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .boxValor .precoDe {
    float: left;
    width: 100%;
    color: #565769;
    font-size: 13px;
    text-decoration: line-through;
    text-align: center;
    margin-bottom: 3px;
}

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .boxValor .precoPor {
    float: left;
    width: 100%;
    font-size: 38px;
    line-height: 38px;
    color: #121520;
    text-align: center;
    font-weight: 900;
    letter-spacing: -2px;
}

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .boxValor .precoPor small {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
}

/* Itens Inclusos */

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .itensInclusos {
    float: left;
    width: 100%;
    padding: 0 20px;
    margin: 10px 0 10px 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
}

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .itensInclusos li {
    font-size: 13px;
    list-style: none;
    color: #121520;
    font-weight: 600;
    text-align: left;
}

/* Links */

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard a {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    background: #0987ED;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
}

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard a + a {
    margin-top: 8px;
}

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard a.linkCartao {
    border: solid 2px #0987ED;
    background: none;
    color: #0987ED;
}

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard:last-child a {
    background: #0A3D96;
}

.bannerPromocaoHome .boxAssinaturas .listaCards .itemCard:last-child a.linkCartao {
    border: solid 2px #0A3D96;
    color: #0A3D96;
    background: none;
}

/* Legenda Banner */

.bannerPromocaoHome .legendaBanner {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.bannerPromocaoHome .legendaBanner span {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
}

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

    .bannerPromocaoHome .boxTextos p br {
        display: none;
    }

}

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

    .bannerPromocaoHome .row {
        flex-direction: column;
    }

    .bannerPromocaoHome .row .col-sm-4,
    .bannerPromocaoHome .row .col-sm-6 {
        float: left;
        width: 100%;
        max-width: 100%;
    }

    .bannerPromocaoHome .row .col-sm-4 {
        margin-bottom: 40px;
    }

    .bannerPromocaoHome .boxTextos .seloDesconto {
        display: none;
    }

}

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

    .bannerPromocaoHome {
        background: url(../../../assets/img/bannerHome/bg-banner-principal-mobile.jpg) top center #000 no-repeat;
        background-size: 100% auto;
        padding: 50px 15px 35px 15px;
    }

    .bannerPromocaoHome .boxTextos figure {
        width: 70%;
        text-align: left;
        margin-top: 50px;
    }

    .bannerPromocaoHome .boxTextos figure img {
        transform: scale(1.1);
        margin-left: -38px;
        max-width: 100%;
    }

    .bannerPromocaoHome .boxTextos p {
        width: 60%;
        clear: both;
        text-align: left;
    }

    .bannerPromocaoHome .boxAssinaturas {
        margin-top: 100px;
        padding: 0;
    }

    .bannerPromocaoHome .boxAssinaturas .listaCards {
        gap: 5px;
    }

    .bannerPromocaoHome .boxAssinaturas .listaCards .itemCard {
        padding: 10px;
    }

    .bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .itensInclusos {
        padding: 0;
    }

}

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

    .bannerPromocaoHome {
        background-size: 100% auto;
        padding: 35px 15px 35px 15px;
    }

    .bannerPromocaoHome .boxTextos {
        padding: 0;
    }

    .bannerPromocaoHome .boxTextos .boxTituloRelampago span {
        font-size: 26px;
        line-height: 26px;
    }

    .bannerPromocaoHome .boxTextos .boxTituloRelampago img {
        width: 30px;
    }

    .bannerPromocaoHome .boxTextos .tituloTag {
        font-size: 20px;
        line-height: 20px;
        padding: 8px;
    }

    .bannerPromocaoHome .boxTextos figure img {
        margin-left: -30px;
    }

    .bannerPromocaoHome .boxTextos p {
        width: 60%;
        font-size: 16px;
        line-height: 28px;
    }

    .bannerPromocaoHome .boxAssinaturas {
        margin-top: 70px;
    }

    .bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .tagRelampago {
        padding: 6px 5px;
    }

    .bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .tagRelampago img {
        height: 20px;
    }

    .bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .tagRelampago .textos {
        margin: 0 5px;
    }

    .bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .tagRelampago .textos .tituloTag {
        font-size: 12px;
        line-height: 12px;
    }

    .bannerPromocaoHome .boxAssinaturas .listaCards .itemCard h2 {
        font-size: 20px;
    }

    .bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .boxValor .precoPor {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -1px;
    }

    .bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .itensInclusos li {
        font-size: 12px;
    }

}

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

    .bannerPromocaoHome .container {
        padding: 0 15px!important;
    }

    .bannerPromocaoHome .row .col-sm-4 {
        padding: 0 10px;
    }

    .bannerPromocaoHome .boxTextos #clock {
        gap: 5px;
    }

    .bannerPromocaoHome .boxTextos #clock .boxDados .numero {
        font-size: 24px;
    }

    .bannerPromocaoHome .boxTextos p {
        width: 65%;
        font-size: 14px;
        line-height: 26px;
    }

    .bannerPromocaoHome .boxAssinaturas {
        margin-top: 0;
    }

    .bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .tagRelampago .textos .tituloTag {
        font-size: 10px;
        line-height: 10px;
    }

    .bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .tagRelampago .textos .legenda {
        font-size: 9px;
    }

    .bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .boxValor {
        margin: 0 0 5px 0;
    }

    .bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .boxValor .precoPor {
        font-size: 24px;
        line-height: 24px;
    }

    .bannerPromocaoHome .boxAssinaturas .listaCards .itemCard .itensInclusos li {
        font-size: 10px;
        font-weight: 700;
    }

    .bannerPromocaoHome .boxAssinaturas .listaCards .itemCard a {
        font-size: 10px;
    }

}