#procedures{width:100%;margin-top:10px;float:left;position:relative;}
#procedures .status,#procedures .status2{font-weight:700;color:#ff005a;}
#procedures .status2{position: absolute;color:#CE0058;}
#procedures .status2 i{-webkit-animation:spin 4s linear infinite;-moz-animation:spin 4s linear infinite;
animation:spin 4s linear infinite;}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
#procedures #subject{padding:30px 0 0;font-weight:700;font-size:1.4rem;line-height:1.8rem;}
#procedures .resume{padding-top:5px;color:#666;}
#procedures .sumary{width:100%;float:left;margin:50px 0;}
#procedures .sumary li a{width:100%;display:block;padding-bottom:5px;color:#333;text-decoration:none;font-weight:700;}
#procedures .sumary li a:hover{text-decoration:underline;color:#ff005a;}
#procedures .sumary li ul{padding-left:20px;}
#procedures ul{padding-bottom:8px;}
#procedures li{padding-left:20px;line-height:1.2rem;}
#procedures .main-title{margin-bottom:10px;border-bottom:1px solid #999;}
#procedures .simple-title{margin-bottom:10px;padding-top:30px;}
#procedures #container-table{width: 100%;float: left;}
#procedures .responsive-table, .responsive-table table{float:left;}
#procedures .responsive-table{margin-bottom:40px; width:100% !important;}
#procedures a{color:#ff005a;}
#procedures .title-note{padding-top:20px;}
#procedures .note{width:100%;float:left;margin:0 0 20px;padding:15px;border:1px solid #ff005a;background: #fff;box-shadow:2px 2px 3px #999;}
#procedures .footer-btn{margin-top:20px;}

.status-procedimento {
  font-weight: bold;
  color: #212B36;
}

.atualizacao-procedimentos {
  background: rgba(84, 214, 44, 0.16);
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 32px;
  margin-top: 32px;
}

.procedimentos-em-atualizacao {
  background: rgba(255, 213, 0, 0.2);
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 32px;
  margin-top: 32px;
}

/* #procedures{
  margin-top: -60px;
} */