@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap);
@font-face {
  font-family: Unimed;
  src: url(../fontes/UnimedSans-ExtraBold.otf)
}
@font-face {
  font-family: UnimedSlab;
  src: url(../fontes/UnimedBrush-Regular.otf)
}
@font-face {
  font-family: UnimedSansRegular;
  src: url(../fontes/unimedsans-regular-webfont.ttf)
}
@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}




html, body {
	overflow-x: hidden;
	width: 100%;  
	min-height: 100vh;	
	background: #00995D;
	background: -webkit-linear-gradient(-135deg, #B1D34B, #0A5F55);
	background: -o-linear-gradient(-135deg, #B1D34B, #0A5F55);
	background: -moz-linear-gradient(-135deg, #B1D34B, #0A5F55);
	background: linear-gradient(-135deg, #B1D34B, #0A5F55);
}
.fonte{
	font-family: "UnimedSansRegular";
    font-size: 20px;
}
.fonteBold{
	font-family: "Unimed";
    font-size: 20px;
}
.fonteTitulo{
	font-family: "Unimed";
    font-size: 60px;
}
.fonteTitulo2{
	font-family: "Unimed";
	color: #00995D;
    font-size: 60px;
}
.fonteAlerta{
	font-family: "Unimed";
	color: red;
    font-size: 20px;
}
.fonteSeuccess{
	font-family: "Unimed";
	color: #00995D;
    font-size: 35px;
}
.fontealerta2{
	font-family: "Unimed";
	color: #F47920;
    font-size: 35px;
}
#linkModal{
	text-decoration: underline;
}
.modal-header{
	background: #00995D;
	color: #FFFFFF;
}

.testeFundo{
	width: 78vw;
	height: 93vh;
	
	background: #fff;
	margin-left:280px;
	
}

#mudarContrato{
	text-decoration: none;
}

.fontObs{
	font-family: "Unimed";
	color: red;
    font-size: 12px;
	
	margin-left: 35px;
	vertical-align: 222px;
}
#mensagem{
	font-family: "Unimed";
	color: red;
    font-size: 15px;
}
.Ativo{
	color: #00995D;
    
}
.Inativo{
	color: #ED1651;
    
}
