@media screen and (max-width: 992px){
	section{
		overflow: hidden;
	}

	.mobile-only{
		display: block;
	}

	.wq-header .navbar-brand{order: 1;}

	.wq-header .logo img{
		height: 42px;
	}

	.others-links{
		order: 2;
		margin: 0 10px 0 auto;
	}

	.navbar-toggler{ order: 3;}
	.navbar-toggler img{
		height: 32px;
	}
	.wq-header .navbar .navbar-collapse{
		order: 4;
		margin-top: 15px;
		text-align: center;
	}
	.wq-header .header-nav ul{
		gap: 0px;
	}
	.wq-header .header-nav ul li a.nav-link{
		padding: 10px 0;
		border-top: 1px solid #dedede;
	}

	.navbar-toggler{
		padding: 3px;
		border: 0px;
	}
}
@media screen and (max-width: 577px){

	.wq-btn{
		font-size: 12px;
		padding: 10px 22px;
	}

	.wq-nariz_carousel{
		margin-top: 50px;
	}

	.wq-cta_box{
		text-align: center;
		padding: 30px 20px;
		flex-direction: column;
	}
	.wq-cta_box .wq-cta_titulo{
		margin-bottom: 20px;
	}

	.wq-cta form{
		grid-template-columns: 1fr;
	}

	.wq-contato{
		padding: 0 0 60px;
		background-color: #191919
	}
	.wq-contato:before,.wq-contato:after{
		display: none;
	}

	.wq-contato_conteudo{
		height: auto;
		grid-template-rows: auto;
	}

	.wq-contatos_list{
		grid-template-columns: 1fr;
	}

	.wq-footer-top{
		padding: 50px 0 30px;
	}
	.wq-footer-top .row > div{
		margin-bottom: 30px;
	}

}
/***** Tamanho para smartphones na horizontal *****/
@media screen and (max-width: 768px) and (min-width: 577px) {
	
}
/***** Tamanho para tablets na vertical *****/
@media screen and (max-width: 1099px) and (min-width: 769px) {
	
}
/***** Tamanho para tablets na horizontal *****/
@media screen and (max-width: 1200px) and (min-width: 1100px) {

}
/***** Monitores pequenos  *****/
@media screen and (max-width: 1299px) and (min-width: 992px) {

}
/***** Monitores medios  *****/
@media screen and (max-width: 1499px) and (min-width: 1300px) {

}
/***** Monitores extra grandes  *****/
@media screen and (max-width: 1699px) and (min-width: 1500px) {

}
/***** Monitores extra grandes  *****/
@media screen and (max-width: 2500px) and (min-width: 1920px) {

}
@media screen and (max-width: 3000px) and (min-width: 2500px) {

}
/****Responsivo da página****/
