/*
Theme Name: ONVIC
Author: Maioli Design
Author URI: https://www.maiolidesign.com.br/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*HEADER*/
.main-logo{
	width: 250px;
}

.stricked-menu{
	background-color: var(--thm-primary);
}

/*BOX SERVIÇOS*/
.service-one .container {
    margin-top: -60px;
}

.politaro-icon-logo-1:before {
    content: "";
    background: url(https://onvic.org/wp-content/uploads/2024/12/positivo-light.webp);
    background-repeat: no-repeat;
    width: 300px;
    position: absolute;
    height: 300px;
}

/* particles */
#particles-js {
	position: absolute;
	width: 100%;
	height: -webkit-fill-available;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 50;
}