#cursos{
	background: #f4f4f4;
	padding-top: 60px;
	z-index: 1;
}
#cursos h1{
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 45px;
	color: rgba(0,0,0,1);
	letter-spacing: -0.3px;
}
#cursos ul{
	list-style: none;
	text-align: right;
	padding: 0;
	float: right;
	margin-top: -60px;
	height: 48px;
	margin-bottom: 80px;
}
#cursos ul li{
	line-height: 24px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: rgba(0,0,0,1);
	display: inline-block;
	height: 60px;
	line-height: 60px;
}
#cursos ul li a{
	line-height: 24px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: rgba(0,0,0,1);
	height: 60px;
	line-height: 60px;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}
#cursos ul li:hover a{
	background: #FFF;
	border-radius: 60px;
}
#cursos ul li a.btn-todos{
	background: url(../images/bg-btn-todos.png) center no-repeat;
	width: 231px;
	height: 60px;
	text-align: center;
}
#cursos img{
	max-width: 100%;
	margin-bottom: 10px;
}
#cursos a{
	text-decoration: none;
}
#cursos a.carregar-todos{
	line-height: 24px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: rgba(0,0,0,1);
	margin:0 auto;
	margin-top: 75px;
	margin-bottom: 138px;
	display: block;
}
#cursos a.carregar-todos img{
	margin-bottom: 0px;
}
#cursos.listatodos{
	padding-bottom: 70px;
}
#sobreinterna{
	margin-top: 60px;
	margin-bottom: 60px;
	background: #fff;
}
#sobreinterna h1{
	background:url(../images/bg-texto.png) center right no-repeat;
	display: block;
    width: max-content;
    padding-right: 40px;
    padding-left: 40px;
    height: 108px;
    line-height: 108px;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 45px;
    color: rgba(0,0,0,1);
    letter-spacing: -0.3px;
    margin: 0 auto;
}
#sobreinterna p{
	display: block;
    margin: 0 auto;
    width: 584px;
    line-height: 25px;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(100,100,100,1);
    letter-spacing: -0.3px;
    margin-top:-15px;
}
@media (max-width: 980px){
	#cursos ul li a.btn-todos{
		display: none;
	}
	#cursos a.carregar-todos{
		transform: scale(1);
		animation: pulse 2s infinite;
	}
	#cursos {
		margin-top: -120px;
		padding-top: 250px;
	}
	#cursos h1{
		width: 100%;
		display: block;
		text-align: center;
	}
	#cursos ul{
		float: none;
		margin-top: 0px;
		text-align: center;
		height: auto;
		margin-bottom: 40px;
	}
	#cursos ul li:nth-child(1){
		display: block;
		text-align: center;
		width: 100%;
	}
	#sobreinterna h1 {
	    max-width: 100%;
	    line-height: 45px;
	    height: 238px;
	    background-size: contain;
	}
	#sobreinterna p{
		max-width: 100%;
	}
}