footer .footer-top{content-visibility:auto}
footer h5 {font-size: 19px;}
footer a:hover {color:#000;}
footer hr {border-top: none;border-bottom: 1px solid #666;}
footer .img-svg-social{width:30px;background-color:var(--prim-col-normal);}
footer .img-svg-social:hover{background: rgba(0,0,0,.3);} 
footer .input-group .form-control,footer .input-group .input-group-text{font-size: 14px;}
footer .card:hover{box-shadow:none!important;}
.footer-info img {width: 50px;height: 50px;position: relative;}
.footer-info .text-secondar {font-size: 13px;}
.footer-info .text-primar {font-size: 15px;font-weight: 700;}
.footer-top .h5 {text-transform: uppercase;}
.footer-bottom img{max-height:35px;width: auto;}
.footer-bottom ul.list-inline li{margin-right:.5rem;}
.footer-mobile .row ul.list-unstyled > li {padding-bottom: 12px;}
.footer-mobile .card-body {padding: 1.25rem 1.25rem 1.25rem 0;}
.footer-mobile .card{ margin-bottom: 20px;background-color: transparent;}
.footer-mobile .card .card-header {border-color: #e7e7e7;padding: 0.75rem 0;text-transform: uppercase;background-color: transparent;}
.footer-mobile .card i.fa{font-size:1.5rem;}
.footer-mobile .card .card-body i.fa{font-size:1.2rem;background-color:var(--prim-col-normal);}
@media(min-width:768px) {
footer .nav-tabs {display: flex;}
footer .card {border: none;}
footer .card .card-header {display:none;}  
footer .card .collapse{display:block;}
.footer-info .row > div:not(:first-child){border-left: 1px solid #ced4da;}
.footer-bottom ul.list-inline{display:flex;flex-wrap:nowrap;}
}
@media (max-width: 767px){
footer .img-svg-social{width: 40px;}
footer .tab-pane {display: block !important;opacity: 1!important;}
.footer-info .align-items-center .item{-ms-flex-direction: column;flex-direction: column;}
}