@media all and (max-width: 991px) {
	#conteudo .beneficios{
		display: block;
	}
	header span{
		font-size: 25px;
	}
	header h1{
	    font-size: 30px;
	    text-align: center;
	}
	header h2{
		font-size: 24px;
		text-align: center;
	}
	header .box{
		width: 100%;
		padding: 20px;
	}
	header .box h3{
		font-size: 22px;
	}
	#sobre-a-aula{
		padding-top: 0px;
	}
	#sobre-a-aula h2{
		margin: 30px 0;
		font-size: 30px;
	}
	#conteudo h3{
		font-size: 20px;
    	width: 100%;
    	margin-bottom: 30px;
	}
	#sorteio h3{
	    margin: 20px 0;
	}
	#sorteio .bt{
	    margin: 20px auto 0 auto;
	}
	#conteudo .maternidade,
	#conteudo .dificuldades{
		margin-bottom: 20px;
	}
	#professora h2{
		margin: 30px 0;
		font-size: 30px;
	}
	#cta{
		text-align: center;
	}
	#cta h2{
		margin-bottom: 20px;
		text-align: center;
	}
	#anjos-de-leite img{
		width: 100%;
		margin-bottom: 20px;
	}
	#anjos-de-leite h2{
		font-size: 20px;
	}
	#anjos-de-leite{
		padding: 50px 0;
	}
	#biografia h2{
		margin: 30px 0;
		font-size: 30px;
	}
	#brinde{
	    background-size: 100% 20%;
	}
	#brinde h2{
		font-size: 25px;
	}
	#sorteio h2{
		margin: 30px 0;
		font-size: 30px;
		color: #e67817;
		text-align: center;
	}
	#sorteio p{
		font-size: 18px;
		margin-top: 10px;
		text-align: center;
	}
	#agenda .box{
		padding: 0;
	    background: url(images/ico-ao-vivo.png) top center no-repeat;
	    background-size: 80px;
	    text-align: center;
	    padding-top: 85px;
	    margin-bottom: 20px;
	}
	#agenda ul{
		width: 185px;
    	margin: 0 auto;
	}
	#agenda .box p{
		font-size: 18px;
	}
	#agenda .box h3{
		font-size: 30px;
	}
	#inscricao{
		padding: 50px 0;
	}
	#inscricao h3{
		font-size: 22px;
	}
}
@media all and (max-width: 767px) {

}
@media all and (max-width: 575px) {

}