html {
	background-color: #FFFFFF;
}

#aprendizagem-titulo {
	margin-top: 100px;
	text-align: left;
	font-size: 32px;
	letter-spacing: 0;
	color: #646777;
	opacity: 1;
}

#capa {
	width: 100%;
}

#seta-baixo {
	display: block;
	margin: 20px auto;
}

.paragrafo-padrao {
	color: #646777;
	font-size: 18px;
	margin-bottom: 40px;
}

.background-azul-escuro {
	background-color: #3354A4;
	color: #FFFFFF;
}

.background-azul-escuro img {
	padding-top: 35px;
	padding-bottom: 35px;
	display: block;
	margin: 0 auto;
	width: auto;

}

.background-azul-escuro p {
	margin-left: 25%;
	margin-right: 25%;
	font-weight: normal;
	font-size: 18px;
}

.background-azul-escuro .citacao{
	font-size: 16px;
	font-weight: bold;
}

.custom-container {
	margin-bottom: 30px;
}

.custom-topo {
	margin-top: 30px;
}

.custom-container p {
	font-size: 18px;
	color: #646777;
}

.background-cinza-escuro {
	width: 100%;
	background-color: #646777;
	color: #FFFFFF;
	padding-bottom: 10px;
}

.background-cinza-escuro img {
	float: left;
	margin-top: 10px;
  	margin-right: 20px
}

.texto-imagem {
	display: flex;
	margin-top: 100px;
	font-size: 18px;
}

.background-imagem {
	width: 100%;
	background: url('../../img/public/fundo2.png');
	background-repeat: unset;
	background-size: cover;
	background-position: center;
	color: #FFFFFF;
	text-align: center;
	padding: 30px;
}

.hr-custom-azul-claro {
	width: 50%;
	height: 2px;
	border: none;
	background: #00A7E0;
}

.hr-custom-azul-escuro {
	width: 50%;
	height: 2px;
	border: none;
	background: #3354A4;
}

.hr-bottom {
	margin-bottom: 30px;
}

.background-imagem p {
	font-size: 26px;
	text-transform: uppercase;
	width: 48%;
	margin: 0 auto;
}

.background-verde-claro {
	width: 100%;
	background-color: #DCFFFE;
	color: #3354A4;
	text-align: center;
	padding-top: 40px;
}

h2 {
	margin: 0;
	font-size: 32px;
	margin-bottom: 30px;
}

.background-verde-claro img {
	margin-bottom: 30px;
}

.custom-container #titulo-left {
	color: #00A7E0;
	margin-top: 30px;
}

.background-turquesa {
	width: 100%;
	background-color: #3CC5C0;
	color: #FFFFFF;
	font-size: 18px;
	padding-bottom: 10px;
}

.background-turquesa img {
	float: right;
	margin-top: 10px;
  	margin-right: 20px
}

.texto-imagem-turquesa {
	display: flex;
	width: auto;
	margin-top: 100px;
}

#texto-orientacao-alunos {
	margin-bottom: 40px;
}

#texto-nota {
	font-size: 26px;
	text-transform: uppercase;
	width: 55%;
	margin: 0 auto;
	color: #00A7E0;
	text-align: center;
}

.background-cinza-claro {
	height: fit-content;
	background-color: #EDEFF2;
	width: 100%;
}

.background-azul-estrategias {
	background-color: #00A7E0;
	width: 100%;
	padding-bottom: 1px;
}

.div-estrategia {
	padding: 10px;
	color: #FFFFFF;
	font-size: 24px;
	text-transform: uppercase;
	display: inline-block;
}

.amarelo {
	background-color: #F1C40F;
}

.verde {
	background-color: #2ECC71;
}

.turquesa {
	background-color: #3CC5C0;
}

.azul {
	background-color: #2980B9;
}

.roxo {
	background-color: #8E44AD;
}

.vermelho {
	background-color: #E74C3C;
}

.background-azul-estrategias p {
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 30px;
}

#titulo-estrategias {
	font-size: 24px;
	margin-top: 50px;
}

.background-beneficios {
	width: 100%;
	background-color: #3354A4;
	color: #FFFFFF;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.background-beneficios img {
	float: right;
	margin-top: 10px;
  	margin-right: 20px
}

#div-beneficios {
	display: block;
	width: auto;
	margin-top: 20px;
}

#div-beneficios p {
	margin-top: 0;
	width: auto;
}

#div-beneficios img {
	margin-top: 0;
	margin-bottom: 10px;
	float: left;
	vertical-align: middle;
}

#beneficios {
	margin-bottom: 0;
	font-size: 24px;
}

@media (max-width: 600px) {
	#aprendizagem-titulo {
		margin-top: 25px;
		text-align: center;
	}
	
	.background-azul-escuro p {
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.texto-imagem {
		width: 100%;
	}
	
	.background-imagem p {
		width: 100%;
	}
	
	.hr-custom-azul-claro {
		width: 90%;
	}
	
	.texto-imagem-turquesa {
		display: initial;
	}
	
	.hr-custom-azul-escuro {
		width: 80%;
	}
	
	#texto-nota {
		width: 90%;
	}
	
	#capa {
		height: 20vh;
	}
	
	.background-azul-escuro img {
		width: 90%;
	}
	
	.background-turquesa img {
		float: none;
	}
	
	#banner-beneficios {
		width: 70%;
		display: block;
		margin: 0 auto;
		float: unset;
	}
}

/*ipad portrait*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.background-azul-escuro p {
		margin-left: 15%;
		margin-right: 15%;
	}
	
	.hr-custom-azul-claro{
		width: 65%;
	}
	
	.background-imagem p {
		width: 65%;
	}
	
	.hr-custom-azul-escuro {
		width: 70%;
	}
	
	#texto-nota {
		width: 70%;
	}
	
	.texto-imagem {
		margin-top: 40px;
	}
	
	.texto-imagem-turquesa {
		margin-top: 40px;	
	}
	
	.background-turquesa img {
		width: 50%;
	}
}

/*ipad landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
	.hr-custom-azul-escuro {
		width: 70%;
	}
	
	#texto-nota {
		width: 70%;
	}
	
	.texto-imagem {
		margin-top: 80px;
	}
	
	.texto-imagem-turquesa {
		margin-top: 80px;	
	}
}

@media only screen and (min-device-width : 1900px) { 
	.background-cinza-claro {
    	padding-bottom: 1px;
	}
}