
 /* tá tudo certo até 992, ajeitar de 992 pra baixo*/

/***********************************
	MONITOR - COMPUTADOR
***********************************/
	
	@media screen and (max-width: 1200px){
	}
	
	@media screen and (max-width: 1200px) and (min-width: 992px){
		.frase-depoimento p{width: 60%;}
		.categoria-bloco {height: 600px;}
		.categoria-fundo{background-size: cover !important;}
		.video-depoimento p{font-size:140%}
		
	}
	
	@media screen and (max-width: 10000px) and (min-width: 992px){		
		.visible-md{display:block}
		.sempadding{padding:0px !important}
	}
	@media screen and (max-width: 10000px) and (min-width: 992px){
		.visible-sm{display:none}
	}
	@media screen and (max-width: 1800px) and (min-width: 1500px){	
	}
	@media screen and (max-width: 1600px) and (min-width: 1400px){
	}
	@media screen and (max-width: 1400px) and (min-width: 1200px){
	}
	@media screen and (min-width: 762px){
		.botao-mobile-externo{display:none;}
	
	}
	
/***********************************
	TABLET
***********************************/


	@media screen and (max-width: 992px){
		.visible-sm{display:block}
		.visible-md{display:none}
		.frase-depoimento{margin-bottom:50px;}
		.frase-depoimento p {text-align:center;width: 90%; float: none;margin-left:5%;}
		.foto-depoimento {margin-top: 10px;float: none;margin-left: auto;margin-right: auto;display: block;}
		.video-depoimento p, .video-depoimento i{float:none;display:block}
		.video-depoimento{text-align:center}
}
	
	@media screen and (max-width: 992px) and (min-width: 762px){
		.topo .logo{width: 200px;margin-top: 45px;}
		.topo ul li{margin-left: 27px;}
		.menu-topo ul li{margin-left: 0px;}
		.botao-menu-container{margin-right: 20px;}
		.botao-menu{margin-top: 55px;}
		.categoria-bloco {height: 450px;}
		.categoria-bloco div {background-size: cover !important;}
		.categoria-bloco-titulo h3{margin-top:40%}
		footer {padding: 60px 0px;}
		.faixa-topo-categoria .linha {margin: 28px auto 35px auto !important;}
		.blog-lateral{margin-top:60px;}
		.frase-depoimento{margin-bottom:50px;}
	}

/***********************************
	CELULAR
***********************************/

	@media screen and (max-width: 762px){	
		.hidden-xs, .topo ul, .botao-menu-container, .categoria-bloco-titulo h3{display:none !important}
		.angelica-bloco{background:#924784;padding-top:20px;padding-bottom:5px;margin-top:50px;}
		.angelica-bloco p{color:white;}
		.angelica-bloco h2{color:white}
		.blog-lateral p { margin-bottom: 20px;}
		.seta1, .seta2{width:50%;}
		.menu-topo{display:none;}
		.topo{height: 95px;}
		.topo .logo{width: 250px;}
		.categoria-bloco{width:100%;height:300px;float:none;}
		.categoria-bloco div {background-size: cover !important;}
		.categoria-bloco-titulo h1{margin-top:140px;}	
		.faixa-topo-categoria .linha {margin: 28px auto 25px auto !important;}
		.faixa-topo-categoria h1 {margin-top: 90px;}
		.faixa-topo-categoria{height: auto;padding-bottom: 80px;}
	}
	
	@media screen and (max-width: 762px) and (min-width: 570px){
	}
	
	
	@media screen and (max-width: 700px){
	}
	
	@media screen and (max-width: 600px){	
	}
		
	@media screen and (max-width: 500px){
		.topo .logo{width: 250px !important;margin-top: 16px !important;}
		.botao-mobile-externo {margin-right: 5px !important;}
		.projeto-bloco-titulo h1 {margin-top: 70px !important;font-size:200% !important}
	}
	@media screen and (max-width: 450px){
	}
	@media screen and (max-width: 350px){
	}