
@media screen and (max-width: 999px){

	.wq-banner-carousel figure{
		display: none;
		height: auto;
	}
	.wq-banner-carousel figure.wq-banner_responsivo{display: block;}
	.wq-banner-carousel figure img{
		height: auto;
	}

	.wq-padding,.wq-detalhes.wq-flex{
		margin: 30px 0;
	}
	.wq-tamanhos{
		margin-bottom: 20px;
	}
	.wq-flex.wq-btns a{
		margin: 5px 0;
	}


	.wq-footer .wq-bottom{
		display: none;
	}
	.wq-box_4,.wq-box_7{
		margin-bottom: 30px;
	}
	.wq-05 {
		padding: 0px 0 100px;
	}
	.wq-05 .wq-botoes_para-carousel {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	body{
		overflow-x: hidden;
	}
    .wq-copyright .wq-flex{
		margin: 0;
	}
	.wq-04 form{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		flex: 1;
		justify-content: space-between;
		align-items: center;
	}
	.wq-04 form input{
		display: inline-block;
		width: calc(100% - 40px);
		margin-bottom: 20px;
		font-family: 'PFBeauSansPro-SEMIBOLD';
		height: 59px;
		padding: 0 20px;
		border: none;
		background-color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		color: #656565;
		margin-right: 0px;
	}
	.wq-04 form button{
		width: calc(100%);
	}
	.wq-04 .wq-container figure img {
	    height: 642px;
	}
	.wq-titulo_2 span{
		width: 40px;
	    height: 40px;
	    font-size: 19px;
	}
	.wq-titulo_2 h3{
		font-size: 18px;
	}
	.wq-contato-01 .wq-flex .wq-box_6:first-child{
		display: none;
	}

	.wq-04 .wq-04_content{
		padding: 60px 0;
	}
	.wq-copyright p {
		text-align: center!important;
	}
	.wq-titulo_1 h3, .wq-titulo_1 h2, .wq-titulo_1 h1{
		font-size: 28px;
	}
	.wq-03 .wq-flex .wq-box_3{
		margin-bottom: 25px;
	}
	.wq-04 form input {
	    display: inline-block;
	    width: calc(95% - 40px);
	    margin-bottom: 20px;
	    margin-right: 0px;
	}
	.wq-04 form {
	    width: 100%;
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: column;
	    flex: 1;
	}
	.wq-04 form button {
	    width: calc(95%);
	}
	.wq-navegacao_page.barra-fixa {
		position: relative;
		top: 0;
		left: 0px;
		z-index: 999;
	}
	.wq-breadcrumb .wq-conteudo p span {
		margin: 0 0px;
	}
	.wq-conteudo-breacrumb .wq-titulo_1 h1,
	.wq-breadcrumb .wq-conteudo p{
		text-align: center;
	}
}
/***** Tamanho para smartphones na vertical *****/

@media screen and (max-width: 499px){

	.wq-copyright .wq-flex{
		margin: 0;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}

/***** Tamanho para smartphones na horizontal *****/

@media screen and (max-width: 649px) and (min-width: 500px) {
	.wq-copyright .wq-flex{
		margin: 0;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}

/***** Tamanho para tablets na vertical *****/

@media screen and (max-width: 749px) and (min-width: 650px) {
	.wq-copyright .wq-flex{
		margin: 0;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}

/***** Tamanho para tablets na horizontal *****/

@media screen and (max-width: 999px) and (min-width: 750px) {
}


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

}

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

}

/***** Monitores extra grandes  *****/

@media screen and (min-width: 1600px) {

}