<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Conv_trebucbd';
    src: url('fonts/UnimedSans-SemiBold.eot');
    src: local('Ã¢ËœÂº'), url('fonts/UnimedSans-SemiBold.woff') format('woff'), url('fonts/UnimedSans-SemiBold.ttf') format('truetype'), url('fonts/UnimedSans-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_UnimedSans-Black';
    src: url('fonts/UnimedSans-Black.eot');
    src: local('Ã¢ËœÂº'), url('fonts/UnimedSans-Black.woff') format('woff'), url('fonts/UnimedSans-Black.ttf') format('truetype'), url('fonts/UnimedSans-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_trebucbd';
    src: url('fonts/UnimedSans-Bold.eot');
    src: local('Ã¢ËœÂº'), url('fonts/UnimedSans-Bold.woff') format('woff'), url('fonts/UnimedSans-Bold.ttf') format('truetype'), url('fonts/UnimedSans-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_trebuc';
    src: url('fonts/UnimedSans-Regular.eot');
    src: local('Ã¢ËœÂº'), url('fonts/UnimedSans-Regular.woff') format('woff'), url('fonts/UnimedSans-Regular.ttf') format('truetype'), url('fonts/UnimedSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_trebuc';
	src: url('fonts/Trebuchet MS.eot');
	src: local('â˜º'), url('fonts/Trebuchet MS.woff') format('woff'), url('fonts/Trebuchet MS.ttf') format('truetype'), url('fonts/Trebuchet MS.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_trebucbd';
	src: url('fonts/trebucbd.eot');
	src: local('â˜º'), url('fonts/trebucbd.woff') format('woff'), url('fonts/trebucbd.ttf') format('truetype'), url('fonts/trebucbd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_trebuc';
	src: url('fonts/trebuc.eot');
	src: local('â˜º'), url('fonts/trebuc.woff') format('woff'), url('fonts/trebuc.ttf') format('truetype'), url('fonts/trebuc.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_trebuchet_ms';
	src: url('fonts/trebuchet_ms.eot');
	src: local('â˜º'), url('fonts/trebuchet_ms.woff') format('woff'), url('fonts/trebuchet_ms.ttf') format('truetype'), url('fonts/trebuchet_ms.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: 'arial';
}

#divConteudo{
	margin-top:20px;
	margin-bottom: 20px;
	border:2px #c4cbcf solid;
	border-radius: 10px;
}

#progressbar {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    color: #c4cbcf;
    padding-left:0;
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    text-align:center;
}

#progressbar #liEstatuto:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; 
    font-size:24px;
    content: "\f02d"
}

#progressbar #liTermos:before{
	font-family: "Font Awesome 5 Free"; font-weight: 900; 
    font-size:24px;
    content: "\f15c"
}

#progressbar #liCadastro:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; 
    font-size:24px;
    content: "\f0f0"
}

#progressbar #liEspecialidades:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; 
    font-size:24px;
    content: "\f0f1"
}

#progressbar #liUpload:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; 
    font-size:24px;
    content: "\f574"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: #c4cbcf;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #c4cbcf;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #00995d;
}



h1{
	font-size:28px;
	padding-top:20px;
	padding-bottom:20px;
}
	h1 i{
		font-size:36px;
	}

p{
	font-size:14px;
}
.formTab ul li{
	font-size:14px;
	padding-bottom:15px;
	text-align: justify;
  	text-justify: inter-word;
}

.reqField{
	color: red;
	font-size:16px;
	margin-left:5px;
}


.swal2-container {
  z-index: 999999;
}





#bloqueiaTela{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    z-index:99999;
    display:none;
}
#bloqueiaTela .spinner {
  position:fixed;
  left:50%;
    margin-left:-35px;
    top:45%;
    z-index:999999;
  width: 70px;
  text-align: center;
}

#bloqueiaTela .spinner &gt; div {
  width: 18px;
  height: 18px;
  background-color: #FFF;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#bloqueiaTela .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

#bloqueiaTela .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


#navHeader{
  background:#fff0c7;
}

/*code to change background color*/
.navbar-nav&gt;.active&gt;a {
  background-color: #C0C0C0;
  border-radius: 15%;
  
}
:root {
  --avatar-size: 2.5rem;
  /* change this value anything, e.g., 100px, 10rem, etc. */
}
.circle {
  background-color: #00995d;
  border-radius: 50%;
  height: var(--avatar-size);
  text-align: center;
  width: var(--avatar-size);
  color:#fff0c7 !important;
}

.initials {
  font-size: calc(var(--avatar-size) / 2); /* 50% of parent */
  line-height: 1;
  position: relative;
  top: calc(var(--avatar-size) / 4); /* 25% of parent */
}

.divNoEspecialidade{
  width:100%;
  height:200px;
  background:rgba(196, 203, 207, 0.4);
  border-radius: 10px;
  color:#5b5c65;
  line-height: 200px;
  text-align:center;
  border:2px #5b5c65 dashed;
  cursor:pointer;
}

.cardInscricao ul{

}
.cardInscricao ul li{
  font-size:14px;
}
</pre></body></html>