/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	

	
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	

	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.bg-redes{
		
		background-image:url(../imagens/bg_redes.jpg); background-position:top left; background-repeat:no-repeat; background-size:cover
		
	}
	
	
	.bg-bio{
		
		background-image:url(../imagens/bg_bio.jpg); background-position:top left; background-repeat:no-repeat; background-size:cover
		
	}
	
	.bg-instagram{
		
		background-image:url(../imagens/bg_instagram.jpg); background-position:top right; background-repeat:no-repeat; background-size:cover;
		
	}
	
	.bg-rei{
		
		background-image:url(imagens/bg_bio.jpg); background-position:right; background-size:auto 100%; background-repeat:no-repeat
		
	}
	
	.bg-engajamento{
		
		background-image:url(../imagens/bg_engajamento.jpg); background-position:top right; background-repeat:no-repeat; background-size:cover
		
	}
	
	.bg-premios{
		
		background-image:url(../imagens/bg_premios.jpg); background-position:top left; background-repeat:no-repeat; background-size:cover;
		
	}
	
	.bg-tv{
		
		background-image:url(../imagens/bg_tv.jpg); background-position:top right; background-repeat:no-repeat; background-size:cover
		
	}
	
	.bg-forbes{
		
		background-image:url(../imagens/bg_forbes.jpg); background-position:top right; background-repeat:no-repeat; background-size:cover
		
	}
	
	.bg-jequiti{
		
		background-image:url(../imagens/bg_jequiti.jpg); background-position:center left; background-repeat:no-repeat; background-size:cover
		
	}
	
	.bg-bburguer{
		
		background-image:url(../imagens/bg_burguer.jpg); background-position:top right; background-repeat:no-repeat; background-size:cover
		
	}
	
	.bg-baska{
		
		background-image:url(../imagens/bg_baska.jpg); background-position:top left; background-repeat:no-repeat; background-size:cover
		
	}
	
	.bg-contato{
		
		background-image:url(../imagens/bg_contato.jpg); background-position:top right; background-repeat:no-repeat; background-size:cover
		
	}
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	


	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	
	.bg-redes{
		
		background-image:url(../imagens/bg_redes_xs.jpg); background-position:bottom center; background-repeat:no-repeat; background-size:100%;background-color:#000000 !important
		
	}
	
	
	.bg-bio{
		
		background: rgb(223,223,223); background: linear-gradient(302deg, rgba(223,223,223,1) 0%, rgba(236,236,227,1) 100%); background-position:right; background-size:auto 100%; background-repeat:no-repeat
		
	}

	.bg-instagram{
		
		background-image:url(../imagens/bg_instagram_xs.jpg); background-position:bottom center; background-repeat:no-repeat; background-size:100%;background-color:#fbfbfb !important
		
	}
	
	.bg-rei{
		
		background-image:url(../imagens/bg_rei_xs.jpg); background-position:bottom center; background-repeat:no-repeat; background-size:100%;background-color:#262425 !important
		
	}
	
	.bg-engajamento{
		
		background-image:url(../imagens/bg_engajamento_xs.jpg); background-position:bottom center; background-repeat:no-repeat; background-size:100%;background-color:#a8a596 !important
		
		
	}

	.bg-premios{
		
		background-image:url(../imagens/bg_premios_xs.jpg); background-position:bottom center; background-repeat:no-repeat; background-size:cover;
		background-color:#000 !important
		
	}
	
	.bg-tv{
		
		background-image:url(../imagens/bg_tv_xs.jpg); background-position:bottom center; background-repeat:no-repeat; background-size:cover;background-color:#a0a0a0 !important
		
	}
	
	.bg-forbes{
		
		background-image:url(../imagens/bg_forbes_xs.jpg); background-position:bottom center; background-repeat:no-repeat; background-size:cover;background-color:#a19d91 !important
		
	}
	
	.bg-jequiti{
		
		background-image:url(../imagens/bg_jequiti_xs.jpg); background-position:top center; background-repeat:no-repeat; background-size:100%;background-color:#000 !important
		
	}
	
	.bg-bburguer{
		
		background-image:url(../imagens/bg_burguer_xs.jpg); background-position:bottom center; background-repeat:no-repeat; background-size:100%;background-color:#b8b8b0 !important
		
	}
	
	.bg-baska{
		
		background-image:url(../imagens/bg_baska_xs.jpg); background-position:bottom center; background-repeat:no-repeat; background-size:100%;background-color:#000 !important
		
	}
	
	.bg-contato{
		
		background-image:url(../imagens/bg_contato_xs.jpg); background-position:bottom center; background-repeat:no-repeat; background-size:cover; background-color:#efeee9 !important
		
	}
	
 
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
	
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}