.divider-line {
    float: left;
    width: 100%;
}

.divider-line.solid {
    border-bottom: 1px solid;
}

.divider-line.light-2 {
    border-bottom-color: #ebebeb;
}

#imagenPirec {
	background-image: url("../img/12023/pirec.png");
	margin-left: 6px;
    width: 44px;
    height: 44px;
    background-size: 100% 100%;   
    transition: all 0.3s ease-in-out; 
}

#imagenAutorregulacion {
	background-image: url("../img/12023/autorregulacion.png");
	margin-left: 3px;
	width: 44px;
	height: 22px;
    background-size: 100% 100%;  
    transition: all 0.3s ease-in-out;  
}

#imagenExento {
	background-image: url("../img/12023/exento.png");
	margin-left: 2px;
	width: 44px;
	height: 28px;
    background-size: 100% 100%;  
    transition: all 0.3s ease-in-out;  
}

#imagenDiscapacidad {
	background-image: url("../img/12023/discapacidad.png");
	margin-left: 2px;
	width: 30px;
	height: 38px;
    background-size: 100% 100%;
    transition: all 0.3s ease-in-out;
    
}

.circulo {
 	border-radius: 50%;
    border: 5px solid #afaeb4;
    overflow: hidden;
    width: 65px;
    height: 65px;       
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;           
}

.fondo {
	transition: all 0.3s ease-in-out;
}

.fondo:hover  {
	border-color: #93bb1d;
    background-color: #93bb1d;            
}

.fondo:hover  #imagenPirec { 
	background-image: url("../img/12023/pirecBlanco.png");	    
}

.fondo:hover  #imagenExento { 
	background-image: url("../img/12023/exentoBlanco.png");	     
}

.fondo:hover  #imagenAutorregulacion { 
	background-image: url("../img/12023/autorregulacionBlanco.png");	     
}

.fondo:hover  #imagenDiscapacidad { 
	background-image: url("../img/12023/discapacidadBlanco.png");	     
}

.fondo:hover  .circulo { 
	 border-color: white;     
}