/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.logo-busca-topo form {
		width: 100%;
		float: right;
		margin-top: 5px;
		margin-bottom:25px;
	}
	.logo-busca-topo input[type=text] {
		padding: 12px;
		border-radius: 4px 0px 0px 4px;
		width: 84%;
		float: left;
		border: 1px #0267a1 solid;
		font-size: 1.2em;
		font-weight: 300;
	}
	.logo-busca-topo input[type=button] {
		background-image: url(../../imagens/icon-busca-topo.png);
		border-radius: 0px 4px 4px 0px;
		border: 1px #0267a1 solid;
		color: #0267a1;
		background-color: #0267a1;
		float: right;
		width: 50px;
		height: 49px;
		background-position: 12px 13px;
		background-repeat: no-repeat;
	}
	.logo-busca-topo a.logo {
		width: auto;
		float: left;
		margin: 33px 0px 23px 20px;
	}
	
	.logo-busca-topo .logo a img{
		width: 200px;
	}
	
	.search-mobile{
		width:30px;
		height:30px;
		float:left;
		margin: 18px 10px;
	}
	
	.icon-menu{ position:absolute; z-index:3; right:5px; top:-10px;}
	.anuncio-conteudo{ margin-bottom:30px;}
	
	.abas .linha{ width:100%; float:left; height:3px;}
	.coluna-direita{ padding-right: 0px !important;}
	
	div.slide-parceiros{
		margin-left:0%;
		width:100%;
		overflow:hidden;
	}
	
	.logo-busca-topo form {
		width: 100%;
		float: right;
		margin-top: 25px;
	}
	
	.galeria-fotos div a{ height:200px; }
	
	.response{
		padding: 10px;
		margin-top: 10px;
		top: 3%;
		width: 90% !important;
		left: 4%;
	}
	
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 375px) {
	
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	
}


/* Extra Small Devices, Phones */
@media only screen and (min-width : 568px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.logo-busca-topo input[type=text] {
		padding: 12px;
		border-radius: 4px 0px 0px 4px;
		width: 88%;
		float: right;
		border: 1px #0267a1 solid;
		font-size: 1.2em;
		font-weight: 300;
		height:49px;
	}
	.logo-busca-topo form {
		width: 100%;
		float: right;
		margin-top: 45px;
	}
	.logo-busca-topo input[type=button] {
		background-image: url(../../imagens/icon-busca-topo.png);
		border-radius: 0px 4px 4px 0px;
		border: 1px #0267a1 solid;
		color: #0267a1;
		background-color: #0267a1;
		float: right;
		width: 50px;
		height: 49px;
		background-position: 12px 13px;
		background-repeat: no-repeat;
	}
	
	.logo-busca-topo a img{
		width: auto;
	}
	.logo-busca-topo .logo a img{
		width: auto;
	}
	
	.abas .linha{ width:100%; float:left; height:6px;}
	
	.galeria-fotos div a{ height:auto; max-height:200px; }
	
	.response{
		padding: 30px;
		margin-top: 20px;
		top: 5%;
		width: 60% !important;
		left: 20%;
	}
}

@media only screen and (min-width : 1024px) {
	div.slide-parceiros{
		margin-left:2%;
		width:95%;
		overflow:hidden;
	}
}

@media only screen and (min-width : 700px ) and (min-height : 1024px) {
	
}

@media only screen and (min-width : 900px ) and (min-height : 1400px) {
	
}

@media only screen and (min-width : 1024px) and (min-height : 700px) {
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	div.slide-parceiros{
		margin-left:10%;
		width:80%;
	}
}

