/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2023 | 10:25:32 */
/* Tablet */
@media only screen and (max-width: 1000px) {
	
	body .novoSliderExperts .elementor-swiper-button-prev{
		margin-left: -10px;
	}
	
	body .novoSliderExperts .elementor-swiper-button-next{
		margin-right: -10px;
	}
	
}

/* Mobile */
@media only screen and (max-width: 600px) {
  
	body .stickerFeira{
		width: 175px;
    	height: 175px;
		padding: 30px;    
		top: -180px;
	}
	
	body .stickerFeira .desconto {
		font-size: 12px;
		font-weight: bold;
	}
	
	body .stickerFeira .convida{
		font-size: 8px;
	}
	
	body .stickerFeira .valorDesconto{
		font-size: 38px;
	}
	
	body .stickerFeira .titulo{
		font-size: 15px;
    	margin-top: -16px;
	}
	
	
	/* Nova LP */
	
	body .sliderCampusMaster .elementor-swiper-button-prev{
		margin-left: -10px;	
	}
	
	body .sliderCampusMaster .elementor-swiper-button-next{
		margin-right: -10px;	
	}
	
	body .novoSliderExperts .elementor-swiper-button-prev{
		margin-left: -10px;	
	}
	
	body .novoSliderExperts .elementor-swiper-button-next{
		margin-right: -10px;	
	}
	
	body .novoSliderOqueDizem .elementor-swiper-button-prev{
		margin-left: -10px;
	}
	
	body .novoSliderOqueDizem .elementor-swiper-button-next{
		margin-right: -10px;
	}
	
	body .sliderCampusMaster.rosaEscuro .elementor-widget-container::after{
		content: "";
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to right, rgba(233, 83, 171, 1) 0%, rgba(255, 0, 0, 0) 10%, rgba(255, 0, 0, 0) 90%, rgba(233, 83, 171, 1) 100%);
		z-index: 1;
	}

	body .sliderCampusMaster.rosaClaro .elementor-widget-container::after{
		content: "";
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to right, rgba(243, 166, 201, 1) 0%, rgba(255, 0, 0, 0) 10%, rgba(255, 0, 0, 0) 90%, rgba(243, 166, 201, 1) 100%);
		z-index: 1;
	}
	
	body .packsCampusMaster .elementor-widget-container a img{
		width: 100% !important;
		height: 100%;
	}
	
}