.sticky-buffer{
  height: 5rem;
}
.sticky-banner{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background: var(--accent-bg-color);
  padding: 1rem;
  z-index:1;
}
.sticky-banner .titulo{
  color: white;
  font-family: var(--pop);
  font-size: 1.85714rem;
  font-weight: 700;
  line-height: 2.2rem; /* 48.485% */
  text-wrap: balance;`
}
.sticky-banner .subtitulo{
  padding: 0.2rem 0 0 0;
  color: white;
  font-size: 1.07143rem;
  font-weight: 400;
  line-height: normal;
}
.cerrar-sticky{
  background-color: unset;
  border: none;
}
.cerrar-sticky i{
  font-size: 2rem;
  color: white;
}
/*======================= MOV ===================*/
@media only screen and (max-width: 576px) {
  .sticky-banner{
    padding: 0.5rem;
  }
  .sticky-banner .textos{
    text-align: center;
    /*display: grid;*/
    /*grid-template-columns: 1fr auto;*/
    /*align-items: center;*/
    margin-bottom: 0.6rem;
  }
  .sticky-banner .subtitulo{
    margin: 0;
    padding: 0;
  }
  .sticky-banner .titulo{
    font-size: 1.3rem;
  }
}