
	
	.banner-section-two {
		background-image: url('../images/main-slider/2.jpg');
		background-attachment: fixed; /* Mantém a imagem de fundo fixa */
		background-size: cover;
		background-position: center;
	}

	.news-section 
	{
		margin-top:-50px!important
	}


	@media (max-width:764px) {

		.main-slider-carousel {
			margin-bottom:140px!important
		}

		.main-slider-carousel .image-column 
			{
				display: none;
			}
		.main-slider-carousel .theme-btn {
			margin-bottom:30px!important
		}

		.news-section 
		{
			margin-top:20px!important
		}

	}

	.whatsapp-plug-icon{position: fixed; z-index: 1000; bottom: 20px; left: 20px; width: 50px; height: 50px; -webkit-border-radius: 50%; cursor: pointer; background-color: #8f6e0b; transition: .3s; background-position: center; background-repeat: no-repeat; background-image: url('whatsplug.svg'); background-size: 50% auto;}
	.whatsapp-plug-icon:hover{background-color: #d9a300;}
	.whatsapp-plug-icon::after,
	.whatsapp-plug-icon::before{content: ''; position: absolute; opacity: 0; border: 4px solid #8f6e0b; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
	.whatsapp-plug-icon::after{animation-delay: .5s;}
	.whatsapp-plug-icon:hover::after{border: 4px solid #d9a300!important}
	.whatsapp-plug-icon:hover::before{border: 4px solid #d9a300;}
	@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}



	.icone {
		position:relative;
		top:4px;
		left:5px;
		width:40px;
	}

	@media (max-width: 600px)
	{
		.whatsapp-plug-icon{position: fixed; z-index: 1000; bottom: 20px; left: 20px; width: 50px; height:50px; -webkit-border-radius: 50%; cursor: pointer; background-color: #d9a300; transition: .3s; background-position: center; background-repeat: no-repeat; background-image: url('whatsplug.svg'); background-size: 50% auto;}
		.icone {width:36px;left:6px;top:6px}
	}


	