body 
{
    color:#152935;
    }

.logo-header-mp 
{
    margin:60px 0 0 0;
    max-width: 200px;
    height: auto;
    display: inline-block;
    }
    

#btnValidar
{
    position: relative;
    top:0px;
    left: -180px;
    margin:-80px 0 0 0;
    
    
    }
    
a.btn-vis-doc
{
    text-decoration:none;
    
    }
    
/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
}
.tab.blue input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab.blue label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #16a085;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}
.blue label {
  background: #f5f7fa;
  color:#C5CAD2;

}

.blue label.firmante {
  background: #f5f7fa;
  color:#152935;
  font-size:24px;
  font-weight:400;
  border: 1px solid #c5cad2;

}

.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #1abc9c;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.blue .tab-content {
  background: #ffffff;
  border-bottom: 1px solid #c5cad2;
  border-left: 1px solid #c5cad2;
  border-right: 1px solid #c5cad2; 
  color:#152935;
  margin:0 0 5px 0;
  padding: 0 30px;

}
.tab-content p {
  margin: 1em;
}
/* :checked */
input:checked ~ .tab-content {
  max-height: 30em;
  
}
/* Icon */
label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  color:#C5CAD2;
}
/*.tab.blue input[type=checkbox] + label::after {
  content: "+";
}*/
.tab.blue input[type=radio] + label::after {
  content: "\25BC";
}
.tab.blue input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.tab.blue input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}


.resp-tabs-list.tabs
{
    margin:0 0 30px 0;
    
    }
        
        
.ico-descarga-cert-fir
{
    margin:3px 4px 0 0;
    color:#0667b4;
    }
    
.ico-ticket-cert-fir
{
    margin:4px 0 0 5px;
    color:#5AA700;
    
    }
    
.alerta-error-cod-val
{
    position:relative;
    margin:-10px 0px 70px 0px;
    
    }                