/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 08 2024 | 15:52:47 */
.vc_tta-panel-heading {
    border-color: transparent !important;
    background: #fff !important;
    border-radius: 15px !important;
    border: none !important;
	margin-bottom: 0 !important;
}

.vc_tta-panels-container {
    padding-left: 0;
}

.vc_tta-panel-body {
    background: #fff !important;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
	max-width: 100% !important;
}

.vc_active .vc_tta-panel-heading {
	 border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}


.vc_active .vc_tta-panel-title>a {
	border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.vc_active .vc_tta-title-text {
color: #695FF5 !important; 	
}

.vc_active .vc_tta-title-text:hover {
color: #695FF5 !important; 	
}

.loacoede a {
	color: #695FF5;
}

.loacoede li {
	margin-bottom: 15px;
}

.vc_tta-panel-body {
    padding-right: 150px !important;
}

@media screen and (max-width: 767px)  {
	
.vc_tta-panel-body {
    padding-right: 20px !important;
}
	
}
