#promociones {text-align:center;padding-bottom: 2em;}
#promociones p {margin-bottom: 2em;}
#promociones h3 {font-size: 1.5em;color: var(--color-verde-alt);font-weight: 500;text-transform: none;}
#promociones article {display: flex;flex-direction: row;flex-wrap: wrap;}
#promociones article picture {width: 45%;}
#promociones article picture img {width: 100%;}
#promociones article .content {width: 55%;}
#promociones article .content div {height: 100%;display:flex;flex-direction: column;flex-wrap: wrap;justify-content: center;align-items: center;padding: 0 1em;}
#promociones .content p {margin-bottom: 1em;}
#promociones .content .button {margin-bottom: 1em;}
#promociones .content .link {font-weight: 500;}
#promociones .content .link span {cursor: pointer;color: var(--color-verde);}
#promociones .content .link span:hover {color: var(--color-verde-alt);}
#promociones .content *:last-child {margin-bottom: 0;}
@media screen and (max-width: 480px) {#promociones article :is(picture,.content) {width: 100%;}#promociones h3 {font-size: 1.2em;}}