.cor {
	color: #009f91;
}
.cor-bg-clara{
	background-color:#60978e;
}
.bg-azure{
 background-color:#F0F9F8;
}
.cor-bg-escura{
	background-color: #007A2A;
}
/* pinta fundo */
.cor-bg{	
	background-color:  #009f91;
}
/* pinta borda do botão */
.cor-bd{
	border-color:   #009f91;
}
.combo-cadastros {
	margin-top: 30px;
	margin-bottom: 70px;
}

.border-cor {
    border-color: #009f91 !important;
}

.border-cor:hover {
	/*top:-2px;*/
	/*box-shadow:2px 2px 3px rgba(0, 0, 0, .5);*/
	box-shadow: 0 1px 2px rgba(0,0,0,0.07),
				0 2px 4px rgba(0,0,0,0.07),
				0 4px 8px rgba(0,0,0,0.07),
				0 8px 16px rgba(0,0,0,0.07),
				0 16px 32px rgba(0,0,0,0.07),
				0 32px 64px rgba(0,0,0,0.07);
	transition: all .1s ease-in-out;
	/*border-color: #045c54 !important;*/
}

.btn-outline-color {
    color: #009f91;
    background-color: transparent;
    background-image: none;
    border-color:  #009f91;
}

.btn-outline-color:hover {
    color: #FFFFFF !important;
    background-color: #009f91;
    background-image: none;
    border-color:  #009f91;
}

.card-cadastro {
	margin-top: 5px;
	text-decoration: none !important;
	width: 20rem;
	height: 3.5rem;
}
.card-cadastro:hover{
	top:-2px;
	box-shadow:2px 2px 3px rgba(0, 0, 0, .5);
	transition: all .2s ease-in-out;
}

.esqueceu-senha {
	text-decoration: none !important;
	text-align: right;
	font-size: 11px;
	color: #009f91;
	margin-top: -10px;
	margin-right: 38px;
}

.card-login {
	margin-top: 10px;
	width: 25rem;
	height: 20.5rem;
}

.btn-login {
	margin-top: 20px;
	color: #009f91;
	width: 200;
	height: 50;
}

.icone-sigeduc {
	text-align: center;
}

.texto-link {
	color: #363636 !important;
	text-decoration: none;
	margin-left: 18px;
}

.texto-login h4 {
	text-align: center;
	font-family: inter;
	margin-top: 15px;
	font-weight: 900;
}
.novo-usuario h5 {
	text-align: center;
	font-family: inter;
	margin-top: 15px;
	font-weight: 900;
}

.novo-usuario div{
	font-size: 13px;
}

.texto-login h7 {
	text-align: center;
	font-size: 30px;
}

.btn-acessar {
	color: #FFFFFF !important;
	margin-top: 15px;
	width: 18rem;
	height: 40px;
	background-color: #009f91 !important;
	font-size: 15px !important;
}

.ou{
	margin-top: -15;
	position: relative;
	font-weight: 900;
}
.nome-instituicao{
	margin-left: 10px;
}
.btn-entrar{
	width: 11rem;
	height: 2.5rem;
	margin-right: 25px;
}
.card-home{
	height: 8.5rem;
	background-color: #009f91;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
	position:relative;
	border-radius: .25rem;
}

.card-home:hover{
	top:-2px;
	box-shadow:2px 5px 5px rgba(0, 0, 0, .5);
	transition: all .1s ease-in-out;
	/* background-color: #045c54; */
}

.card-body{
	white-space: word-wrap;
}

.icone-home i{
	text-decoration: none !important;
	right: 15px;
	position: absolute;
	color: #FFFFFF;
	font-size: 2rem;
}
.text-home{
	color: #FFFFFF;
	font-size: 1.2rem;
	text-overflow: ellipsis;
}
.text-home2{
	color: #FFFFFF;
	font-size: 1.2rem;
	text-overflow: ellipsis;
}
.text-home h7{
	font-size: 0.9rem;
	}