
	#conteudo .area-conteudo{
		padding:75px 0 75px 0;
	}
		.box-titulo-texto{
			width:26%;
			text-align:left;
		}
			.box-titulo-texto h1{
				font-size:48px;
				color:#101823;
				background:-webkit-linear-gradient(180deg, #101823, #436585);
				-webkit-background-clip:text;
				-webkit-text-fill-color:transparent;
				font-family:'Gotham-Book';
			}
			.box-titulo-texto .texto{
				padding:5px 0 0 0;
				font:15px;
				color:#436586;
				line-height:22px;
			}
		.box-certificados{
			width:60%;
			padding:0 0 0 5%;
		}			
			.box-certificados .c2{
				width:30%;
				margin:50px 5% 0 5%;
			}
			.box-certificados .c3{
				width:22%;
				margin:50px 5% 0 5%;
			}
			.box-certificados a .certificado{
				position:relative;
				width:calc(100% - 22px);
				padding:10px;
				border:1px solid #436586;
				opacity:0.3;
				transition:0.5s;
			}
				.box-certificados a:hover .certificado{
					opacity:1.0;
					transform:scale(1.1,1.1);
				}
				.box-certificados a .certificado .icone{
					position:absolute;
					width:50px;
					height:50px;
					background:url(../../imagens/icone-seta-baixo.png) center no-repeat #436586;
					left:calc(50% - 25px);
					top:0px;
					opacity:0.0;
					transition:0.5s;
				}
					.box-certificados a:hover .certificado .icone{
						top:calc(50% - 25px);
						opacity:1.0;
					}
			.box-certificados a h3{
				padding:20px 0 0 0;
				font-size:14px;
				transition:0.5s;
			}
				.box-certificados a:hover h3{
					color:#436586;
				}
		
@media (max-width: 1250px)
{
	.box-titulo-texto{
		width:30%;
	}
		.box-titulo-texto h1{
			font-size:45px;
		}
}

@media (max-width: 1000px)
{
	#conteudo .area-conteudo{
		padding:50px 0 50px 0;
	}
		.box-titulo-texto{
			width:100%;
			text-align:center;
		}
			.box-titulo-texto h1{
				font-size:35px;
			}
			.box-titulo-texto .texto{
				padding:5px 0 0 0;
			}
		.box-certificados{
			width:100%;
			padding:0 0 0 0;
		}			
			.box-certificados .c2{
				width:39%;
				max-width:200px;
				margin:50px 3% 0 3%;
			}
			.box-certificados .c3{
				width:39%;
				max-width:200px;
				margin:50px 3% 0 3%;
			}
			.box-certificados a .certificado{
			}
				.box-certificados a:hover .certificado{
				}
				.box-certificados a .certificado .icone{
				}
					.box-certificados a:hover .certificado .icone{
					}
			.box-certificados a h3{
			}
				.box-certificados a:hover h3{
				}
}

@media (max-width: 500px)
{
	.box-certificados .c2{
		width:90%;
		margin:50px 5% 0 5%;
	}
	.box-certificados .c3{
		width:90%;
		margin:50px 5% 0 5%;
	}
}