h1{margin-top: 20px; margin-left:5px;}
#tab-sr{
    background-image: url('../../../bundles/indalcamain/images/home/soluciones-residenciales.png');
}

#tab-sc{
    
    background-image: url('../../../bundles/indalcamain/images/home/soluciones-comerciales.png');
}    
#tab-si{
    
    background-image: url('../../../bundles/indalcamain/images/home/soluciones-industriales.png');
}        
#tab-sp{
    
    background-image: url('../../../bundles/indalcamain/images/home/soluciones-publicas.png');
}            
#tab-se{
    
    background-image: url('../../../bundles/indalcamain/images/home/soluciones-especiales.png');
}          
.joa-tab-image{
    background-position:top center;
    background-repeat: no-repeat;
    background-size:cover;
    cursor: pointer;
    width: 212.8px;
    height: 304.5px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    transition: -webkit-filter 0.7s, -moz-filter 0.7s, o-filter 0.7s, ms-filter 0.7s, filter 0.7s;
    z-index:0;
    position:relative;    
}

.joa-tab-image:hover{
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}

li.active .joa-tab-image{
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);   
    filter: blur(0px);
}

.nav-tabs.nav-justified>li.active > div.joa-tab-image{ background-position: bottom center;}
.joa-tab-copy{padding-top:30px; padding-left:40px;}
a.joa-tab-circular{margin-top:23px;}
.joa-title{margin-top:78px;margin-bottom:16px;}