/*
 * Pulsante con immagine
 */
.aveco-image-button {
	background-color: var(--wp--preset--color--text-link);
    border-radius: 28px;
    color: var(--wp--preset--color--color-light);
    font-family: var(--wp--preset--font-family--poppins);
    font-size: var(--wp--preset--font-size--small);
    font-weight: var(--wp--custom--typography--font-weight--bold);
    line-height: var(--wp--custom--typography--line-height--paragraph);
    /*margin-top: 14px;*/
    padding-top: max(0.7rem, 0.75vw);
    padding-right: max(1.5rem, 1.85vw);
    padding-bottom: max(0.7rem, 0.75vw);
    padding-left: max(1.5rem, 1.85vw);
    text-transform: uppercase;
}
.aveco-image-button:hover,
.aveco-image-button:focus {
	border-color: transparent;
    background: var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--foreground);
    opacity: 0.90;
    transition: all .3s ease-in-out;
}
