@charset "utf-8";
/* CSS Document */

.boxSucess{
	width:615px;
	height:197px;	
	position: relative;
	background: #2eadbb;
	border-radius: 6px;
}
.estruturaSucess{
	width:554px;
	margin:37px auto 0 auto;	
}
.estruturaSucess .caixaBotoes{
	margin:25px 0;	
}
.envolveCheck{
	width:91px;
	float:left;
}
.iconCheck{
	background:url(../images/ico_check.png);
	width:45px;
	height:38px;	
	margin:29px 0 0 23px;
	margin-bottom:30px;
}
.textos{
	width:447px;
	font-size:11px;	
	color:#fff;
	margin-top:13px;
	float:right;
}
.textos h1{
	font-size:29px;	
	font-weight:800;
}
.textos h2{
	font-weight:200;
	margin-top:3px;
}
.botaoAlterar{
	background:#fff url(../images/ico_alterar.png)no-repeat 1px 3px;
	transition:300ms;
	width:200px;
	padding: 4px 16px 4px 29px!important;
}
.botaoAlterar:hover{
	background:#0b8d97 url(../images/ico_alterar.png)no-repeat 1px 3px;
	color:#fff;
	transition:300ms;
}
.botaoSair{
	background:#fff url(../images/ico_close.png)no-repeat 1px 3px;
	padding-left:26px!important;;
	transition:300ms;
	margin-left:5px;
}
.botaoSair:hover{
	background:#0b8d97 url(../images/ico_close.png)no-repeat 1px 3px;
	color:#fff;
	transition:300ms;
}