#banner-descuento-cintillo {
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007ACB;
    max-width: 1920px;

}

#banner-descuento-cintillo>.contenido {
    display: flex;
    align-items: center;
    height: 34px;
    width: 100%;
    justify-content: center;
    padding: 0 16px;
}

#banner-descuento-cintillo>.contenido>span {
    margin-right: 21px;
    margin-left: 21px;
    color: white;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 576px) {
    #banner-descuento-cintillo {

        height: 54px;
    }
}

@media (min-width: 360px) and (max-width: 360px) {
    #banner-descuento-cintillo {

        height: 90px;
    }
}


@media (min-width: 768px) {
    #banner-descuento-cintillo {
        top: auto;
    }


}

@media (min-width: 992px) {
    #banner-descuento-cintillo.sticked {
        transition: top 0.25s ease-out;
    }

}