@charset "utf-8";

html { scroll-behavior: smooth; }

.iti-mobile .iti__country-list { max-height: 200px !important; width: unset !important; font-size: 14px !important; }

#forma { scroll-margin-top: 100px; }

.button-link { display: inline-block; padding: 12px 24px; background-color: rgb(79, 70, 229); color: rgb(255, 255, 255); text-decoration: none; font-size: 16px; font-weight: 600; border-radius: 6px; transition: background-color 0.3s, transform 0.2s, box-shadow 0.2s; box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px; }

.button-link:hover { background-color: rgb(67, 56, 202); transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 14px; }

.button-link:active { transform: translateY(0px); box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px; }

.button-link:focus { outline: rgb(165, 180, 252) solid 2px; outline-offset: 3px; }
