.cintillo {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: rgba(237, 228, 108, 0.5);
  text-align: center;
  width: 100%;
  z-index: 100;
  top: 0;
  padding: 8px; }
  @media screen and (max-width: 330px) {
    .cintillo {
      padding: 4px; } }
  .cintillo__msg {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #181E28;
    padding: 8px;
    background-color: #ede46c;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 3px; }
    .cintillo__msg:hover {
      text-decoration: none;
      color: #181E28; }
  .cintillo__icon-info {
    display: block;
    background-image: url("/wp-content/themes/rastreator/app/img/info-line-yellow.svg");
    width: 16px;
    height: 16px;
    display: inline-block; }
  .cintillo__arrow-right {
    background-image: url("/wp-content/themes/rastreator/app/img/arrow-right.svg");
    width: 16px;
    height: 16px;
    display: inline-block; }
