
.searchable-container label.btn-default{

    position: relative; 
    z-index: 2; 
    margin: auto; 
    width: 50px; 
    height: 50px; 
    border: 5px solid #e0e0e0; 
    line-height: 88px; 
    border-radius: 50%; 
    background: #fff; 
    vertical-align: middle;
    padding: 0;
    

}



.searchable-container label.btn-default.active{
    background-color:#007ba7;
    color:#FFF;
    border: 5px solid #e0e0e0;
}


.searchable-container label .bizcontent{
width:100%;
height: 0;
}

.searchable-container .btn span.glyphicon{
opacity: 0;
top: -23px;
}
.searchable-container .btn.active span.glyphicon {
opacity: 1;
top: -23px;
}

.btn-send{
background:#007ba7;
color:#fff;
width: 200px;
margin-top: 20px;
}

.btn-send:hover{
background:#008ed0;
transition:background 0.5s;   
}

.box > .icon { 
  text-align: center; 
  position: relative; 
  margin-bottom: 20px;
}
        
.box > .icon > .image { 
  margin: auto; 
  width: 88px;  
}
        
.box > .icon > .info { 
  margin-top: -24px; 
  border: 1px solid #e0e0e0; 
  padding: 15px 0 10px 0; 
  min-height:163px;
  box-shadow: 15px 15px 15px 0 #eff1f8;
}
        
.box > .icon > .info > h3.title { 
  font-size: 16px; 
  color: #222; 
  font-weight: 700; 
}

.box > .icon > .info > p { 
  font-size: 13px; color: #666; 
  line-height: 1.5em; 
  margin: 20px;
}

.titulo_news {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}


.iconcontainer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.iconbox {
  background-color: #f1f1f1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 20px 25px;
  text-align: right;
  display: block;
  margin-top: 60px;
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.iconbox-icon {
  background-color: #007ba7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  margin-top: -50px;
}
.iconbox-icon span {
  color: #fff;
  font-size: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  text-align: center;
  vertical-align: middle;
}

.featureinfo > p {
  color: #666;
  font-size: 14px;
  padding-top: 4px;
  text-align: left;
}

.input-group{
  width: 100%;
}

.input-group .form-control {
  height: 50px;
  box-shadow: none;
}

.expediente li {
    margin: 0;
    padding: 0 0 20px 0;
}

.expediente li strong {
    font-weight: bold;
    font-size: 18px;
    color: #174f82;
}







