		/*======== DOCUMENT CSS COPY DON'T ALLOWED ========*/
		
		body {
			margin:0;
			font-family: 'Roboto', sans-serif;
		}

		.logo {
			color:black;
			display:inline-lock;
		}

		#logo {
			height: 50px;
			margin-top: 15px;
				}

		.header {
			background-color: #fff;
			box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
			position: fixed;
			width: 100%;
			z-index: 3;
		}

		.header ul {
			margin: 0;
			padding: 0;
			list-style: none;
			overflow: hidden;
			background-color: #fff;
		}

		.header li a {
			display: block;
			padding: 5px 0px;
			text-decoration: none;
			color: rgb(77, 77, 77);
			font-weight: 600;
			border-bottom: 5px solid rgb(255, 255, 255);
		}

		.contact {
			margin-bottom: 15px;
		}

		.menu .actived {
			color: #000;
			border-bottom: 5px solid rgb(80, 80, 80);
		}

		.header li a:hover,
		.header .menu-btn:hover {
			background-color: #f4f4f4;
			color: #000;
			border-bottom: 5px solid rgb(216, 216, 216);
			transition: all 0.5s ease-in-out;
		}

		.header .logo {
			display: block;
			float: left;
			font-size: 2em;
			padding: 10px 20px 10px 20px;
			text-decoration: none;
		}

		.header .menu {
			clear: both;
			max-height: 0;
			transition: max-height .2s ease-out;
		}

		.header .menu-icon {
			cursor: pointer;
			display: inline-block;
			float: right;
			padding: 34px 20px;
			position: relative;
			user-select: none;
		}

		.header .menu-icon .navicon {
			background: #333;
			display: block;
			height: 2px;
			position: relative;
			transition: background .2s ease-out;
			width: 18px;
		}

		.header .menu-icon .navicon:before,
		.header .menu-icon .navicon:after {
			background: #333;
			content: '';
			display: block;
			height: 100%;
			position: absolute;
			transition: all .2s ease-out;
			width: 100%;
		}

		.header .menu-icon .navicon:before {
			top: 5px;
		}

		.header .menu-icon .navicon:after {
			top: -5px;
		}

		.header .menu-btn {
			display: none;
		}

		.header .menu-btn:checked ~ .menu {
			max-height: 340px;
		}

		.header .menu-btn:checked ~ .menu-icon .navicon {
			background: transparent;
		}

		.header .menu-btn:checked ~ .menu-icon .navicon:before {
			transform: rotate(-45deg);
		}

		.header .menu-btn:checked ~ .menu-icon .navicon:after {
			transform: rotate(45deg);
		}

		.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
		.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
			top: 0;
		}


		@media (min-width: 48em) {
			.header li {
				float: left;
			}
			.header li a {
				padding: 22px 14px;
			}
			.header .menu {
				clear: none;
				float: right;
				max-height: none;
			}
			.header .menu-icon {
				display: none;
			}
		}

		@media (max-width: 768px) {
			.menu .actived {
				border-bottom: 5px solid #fff !important;
			}

			.header li a:hover,
			.header .menu-btn:hover {
				background-color: transparent !important;
				color: inherit !important;
				border-bottom: 5px solid #fff !important;
				transition: none !important;
			}
		}


		.carousel-fullwidth {
		width: 100%; 
		margin-left: calc(-50vw + 50%); 
		}


		.carousel-item > img {
		width: 100%;
		height: 350px; 
		object-fit: cover; 
		}


		
		@media (max-width: 576px) {
		.carousel-item > img { height: 40vh; }
		}


		.carousel-caption {
		background: rgba(0,0,0,0.35);
		padding: .75rem 1rem;
		border-radius: .5rem;
		}

		.contact {
		border-radius: 50px;
		background: #fff;
		color: #043aad;
		font-weight: bold;
		padding: 5px 15px 5px 15px;
		border: 3px solid #043aad;
		margin-left: 25px;
		font-size: 14px;
		text-decoration: none; !important;
		margin-top: 15px;
		}

		.contact:hover {
		background: #043aad;
		border: 3px solid #043aad;
		cursor: pointer;
		transition: all 0.2s;
		color: #ffffff !important;
		text-decoration: none;
		transition: background-color 0.5s ease-in-out;
		}


		@media (max-width: 768px) {
		.carousel-item > img {
			height: auto !important;
			object-fit: contain !important;
			background: #000; 
		}

		.noticed-img {
			max-width: 200px; 
			width: 100%;
			height: auto;
		}

		@media (max-width: 992px) {
			.noticed-img {
				max-width: 600px;
			}
		}

		@media (max-width: 576px) {
			.noticed-img {
				max-width: 400px;
			}
		}
	}

        .card-custom {
        border-radius: 8px;
        margin-bottom: 20px;
        box-shadow: 0px 8px 6px rgba(153, 153, 153, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); /* Adicionando box-shadow */
        border: 1px solid #f1f1f1;
        }
        .card-body {
        padding: 20px;
        }

        .card-body img {
        width: 100%;
        }

        .card-footer {
        background-color: transparent;
        border-top: none;
        }
        .card-title {
        font-size: 1.25rem;
        color: #324ff5;
        font-weight: bold;
        
        }
        .card-subtitle {
        font-size: 1rem;
        }
        .card-text {
        font-size: 1rem;
        color: #636363;
        }

        #adjst {
            width: 100%;
        }

        .icon-container {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #dbe3f0;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-bottom: 10px;
        }


		.modal-content {
		border-radius: 10px;
		border: none;
		box-shadow: 0 5px 25px rgba(0,0,0,0.25);
		background-color: #ffffff;
		}

		.modal-header {
		border-bottom: 1px solid #eee;
		background: #f8f9fa;
		border-radius: 10px 10px 0 0;
		}

		.modal-title {
		font-size: 1.25rem;
		font-weight: bold;
		color: #444444; 
		}

		#about-title {
		color: blue;
		font-size: 23px;
		}

		.modal-body {
		padding: 20px;
		font-size: 1rem;
		color: #333;
		}

		.modal-body p {
		margin-bottom: 15px;
		}

		.modal-footer {
		border-top: 1px solid #eee;
		background: #f8f9fa;
		border-radius: 0 0 10px 10px;
		}

		.modal .form-control {
		border-radius: 6px;
		border: 1px solid #ccc;
		box-shadow: none;
		}

		.modal .form-control:focus {
		border-color: #324ff5;
		box-shadow: 0 0 4px rgba(50,79,245,0.3);
		}

		.modal .btn-primary {
		background-color: #324ff5;
		border: none;
		border-radius: 6px;
		font-weight: bold;
		padding: 8px 18px;
		}

		.modal .btn-primary:hover {
		background-color: #1a34c9;
		transition: background-color 0.3s ease-in-out;
		}

		.purchase {
			width: 100%;
			background: rgb(24, 136, 9);
			color: #fff;
			text-decoration: none;
			border: none;
			height: 40px;
		}

		.purchase:hover {
			background: rgb(39, 187, 19);
		}


		.container-business {
		display: flex;
		flex-wrap: wrap;
		width: 80%;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		overflow: hidden;
		padding: 20px;
		gap: 20px;
		margin-left: 10%;
		}

		.texto-bsnss {
		flex: 1 1 300px;
		}

		.texto-bsnss h2 {
		color: #0073e6;
		font-size: 24px;
		margin-bottom: 10px;
		}

		.texto-bsnss p {
		color: #333;
		font-size: 16px;
		line-height: 1.5;
		}

		.imagem-bsnss {
		flex: 1 1 250px;
		display: flex;
		justify-content: center;
		align-items: center;
		}

		.imagem-bsnss img {
		max-width: 100%;
		border-radius: 6px;
		}


		.accordion {
			background-color: #f0f0f0; 
		}

		.accordion-button {
			background-color: #007bff; 
			color: white;
		}

		.accordion-button:not(.collapsed) {
			background-color: #8b8b8b; 
			color: white;
		}

		.accordion-body {
			background-color: #e9ecef; 
			color: #333;
		}


		.zpace {
			margin: 5%;
		}

		.contato-container {
			max-width: 600px;
			margin: 0 auto;
			font-family: Arial, sans-serif;
			text-align: center;
		}

		.contato-container p {
			font-size: 14px;
			color: #666;
			margin-bottom: 15px;
		}

		.contato-container p a {
			color: #000;
			font-weight: bold;
			text-decoration: none;
		}

		.contato-form input,
		.contato-form textarea {
			width: 100%;
			padding: 12px;
			margin-bottom: 10px;
			border: 1px solid #ccc;
			border-radius: 0; 
			font-size: 14px;
			box-sizing: border-box;
		}

		.contato-form textarea {
			resize: vertical;
			min-height: 120px;
		}

		.contato-form button {
			width: 100%;
			padding: 14px;
			background-color: #4d8ef7;
			color: #fff;
			border: none;
			font-size: 16px;
			font-weight: bold;
			cursor: pointer;
		}

		.contato-form button:hover {
			background-color: #3c75d4;
		}

		.info-image img {
			width: 100%;
			height: 50%;
			margin-bottom: 10px;
		}

		.map-container {
        margin-top: 80px;
        width: 100%;
        height: 200px; 
        }
        iframe {
        width: 100%;
        height: 100%;
        border: 0;
        }
        
		footer {
		background-color: #1f49d3; 
		color: white;
		padding: 30px 0;
		}
		footer a {
		color: white;
		text-decoration: none;
		}
		footer a:hover {
		color: #ccc;
		}
		.social-icons a {
		margin-left: 15px;
		font-size: 1.3rem;
		}


        .whatsapp-float {
        position: fixed;
        bottom: 25px;
        right: 20px;
        z-index: 9999;
        background-color: #25D366;
        border-radius: 50%;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        padding: 10px;
        }

        .whatsapp-float img {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        }

        .whatsapp-float:hover {
        background-color: #27ca63;
        }