/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2025 | 15:16:33 */
@media screen and (max-width:767px)
{
	.down-section-style-3
	{
		display:none !important;
	}
}

.ctamobile {
    padding: 18px 24px;                  /* Spaziatura interna orizzontale/verticale */
    margin-bottom: 0 !important;         /* Rimuove margine inferiore */
    border: 2px solid #ffffff;           /* Bordo bianco */
    border-radius: 30px;                 /* Bordo arrotondato */
    background-color: transparent;       /* Sfondo trasparente */
    color: #ffffff;                      /* Testo bianco */
    font-size: 14px;                     /* Dimensione del testo */
    text-decoration: none;               /* Nessuna sottolineatura */
    text-transform: none;                /* Testo come scritto, non maiuscolo */
    transition: all 0.3s ease;           /* Transizione morbida */
    cursor: pointer;                     /* Puntatore cliccabile */
}