.title{background-color:var(--red);border-top:.6rem solid var(--gold);padding:.4rem;color:#fff;font-size:1.3rem;border-radius:0 0 20px 0;-webkit-border-radius:0 0 20px 0;-moz-border-radius:0 0 20px 0;-ms-border-radius:0 0 20px 0;-o-border-radius:0 0 20px 0}.description{background-color:var(--blue);border-top:.8rem solid var(--gold);padding:.4rem;color:#fff;text-align:left;border-radius:0 0 20px 0;-webkit-border-radius:0 0 20px 0;-moz-border-radius:0 0 20px 0;-ms-border-radius:0 0 20px 0;-o-border-radius:0 0 20px 0}.avisos{display:flex;align-items:center;justify-content:center;flex-direction:column;margin:4rem;background-color:var(--dark)}@media (min-width:768px){.avisos{flex-direction:row}}.avisos div{color:#fff;padding:2rem}.oferta{display:flex;align-items:center;justify-content:center}.btn-oferta{margin-left:1rem;background:var(--blue);color:#f5f5f5;font-size:1.4rem;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.btn-oferta:hover{color:var(--gold)}