.copyright-content-mobile{
    display: none;
}

.copyright-content {
    min-height: 95px;
    padding: 30px 0;
    background-color: #eff1f4;
    font-size: 13px;
    color: #848484;
}

.img-decode-logo{
    top: 7px;
    position: relative;
}

.copyright-text.text-left{
    top: 15px;
    position: relative;
}

.link-politica{
    color: #305299;
    transition: 0.2s all ease;
}

.link-politica:hover, .link-politica:active{
    color: #1a9deb;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
	@media only screen and (min-width : 0px) and (max-width : 480px) { 
        
        .copyright-content{
            display: none;
        }
        
        .copyright-content-mobile{
            display: block;
        }
        
        #footer .copyright-content {
            min-height: 150px;
            padding: 30px 0;
            background-color: #eff1f4;
            font-size: 14px;
            line-height: 18px;
            text-align: center!important;
            margin: 0 auto;
        }
        
        .copyright-text{
            text-align: center!important;
        }
        
        .copyright-content-mobile{
          min-height: 200px;
          padding: 30px 0;
          background-color: #eff1f4;
          font-size: 13px;
        }
        
        
}
	
		/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) and (min-width : 481px){
		
        .copyright-content{
            display: none;
        }
        
        .copyright-content-mobile{
            display: block;
        }
		
	}
	
		/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px)  and (min-width : 769px){    
		
        .copyright-content{
            display: none;
        }
        
        .copyright-content-mobile{
            display: block;
        }
		
	}
	
		/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) and (min-width : 993px){
		
        .copyright-content{
            display: block;
        }
        
        .copyright-content-mobile{
            display: none;
        }
	  
	}
	
		/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1500px) and (min-width : 1201px){
		
        .copyright-content{
            display: block;
        }
        
        .copyright-content-mobile{
            display: none;
        }
	
	}
	
	  /* Large Devices, Wide Screens */
	@media only screen and (min-width : 1501px){
		
        .copyright-content{
            display: block;
        }
        
        .copyright-content-mobile{
            display: none;
        }
	
	} 