/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 11 2025 | 10:22:02 */
/* Stato inattivo */
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a
{
    background-color: #F7F6F4 !important;
    color: #A43A3A !important;
    border: 1px solid #A43A3A !important;
}

/* Stato hover inattivo */
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a:hover
{
    background-color: #A43A3A !important;
    color: #ffffff !important;
    border: 1px solid #A43A3A !important;
}

/* Stato attivo */
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a
{
	background-color: #A43A3A !important;
	color: #ffffff !important;
	border: 1px solid #A43A3A !important;
}


.vc_tta.vc_general .vc_tta-panel-body > :last-child
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body
{
	background-color: #F7F6F4 !important;
}

@media (min-width: 767px)
{
	.Accordion
	{
		display: none !important;
	}
}



/* INIZIO PIERCARLO */

/* Normale */
.vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i::before,
.vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a i::after
{
	border-color:#A43A3A !important;
}

/* Attivo e Hover */
.vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i::before,
.vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i::after,
.vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title a i::before,
.vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title a i::after
{
	border-color:#fff !important;
}

/* FINE PIERCARLO */