
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}

	.page-hero h1 {
		font-size: 2rem;
	}

	.owl-dots {
		max-width: 540px;
	}

	#selectorCarousel ul.nav > li.nav-item > .nav-link {
		padding: .5rem 1rem;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 720px;
	}

	.owl-dots {
		max-width: 720px;
	}

	footer .menu:nth-of-type(3) {
		border-left: 1px solid var(--stet-grey);
	}

}
@media screen and (max-width: 992px) {


	.history .single .left_side {
		font-size: 13px;
		padding: 0 30px 20px 0;
	}

	.history .single .right_side {
		font-size: 13px;
		padding: 0 0 20px 30px;
	}

}
@media (min-width: 992px) {

	#hero .banner {
		font-size: 2rem;
		padding-top: 124px;
	}

	#hero .banner h1 {
		font-size: 3rem;
	}



	.container {
		max-width: 960px;
	}

	article.item-pagenovidades {
		max-width: 800px!important;
	}



	.owl-dots {
		max-width: 960px;
	}
}


@media (min-width: 1200px) {

	.container {
		max-width: 1140px;
	}

	.owl-dots {
		max-width: 1140px;
	}
}


@media (min-width: 1400px) {

	.container {
		max-width: 1140px;
	}

	.owl-dots {
		max-width: 1140px;
	}
}
