
@media screen and (max-width: 768px)  {
	footer{width: 100%;background-color: #341621;}
	footer div img.logo-mobriarte{margin-left: auto;margin-right: auto;display: block;padding-top: 44px;}
	footer address{text-align: center;color: #b4956d;}
	footer address div:nth-child(1){font-size: 12px;}	
	footer address div:nth-child(1) h1{margin-top: 18px;margin-bottom: 6px;}
	footer address div:nth-child(2){font-size: 12px;margin-top: 48px;}
	footer address div:nth-child(2) a.phone-number{padding: 17px 0 17px 0;display: block;}
	footer address div:nth-child(2) a.mapa{padding: 12px 12px 10px 12px;background-color: #b4956d;font-size: 11px;color: #341621;line-height: 84px;}
	footer span.copyright{margin-top: 40px;font-size: 9px;display: block;}s
}

@media screen and (min-width: 768px)  {
	footer{background-color: #341621;width: 100%;height: 360px;}
	
	footer div img.logo-mobriarte{margin-left: auto;margin-right: auto;display: block;padding-top: 44px;}
	footer address{text-align: center;color: #b4956d;}
	footer address div:nth-child(1){font-size: 12px;}	
	footer address div:nth-child(1) h1{margin-top: 18px;margin-bottom: 6px;}
	footer address div:nth-child(2){font-size: 12px;margin-top: 48px;}
	footer address div:nth-child(2) a.phone-number{padding: 17px 0 17px 0;display: block;}
	footer address div:nth-child(2) a.mapa{padding: 12px 12px 10px 12px;background-color: #b4956d;font-size: 11px;color: #341621;line-height: 84px;}
	footer span.copyright{margin-top: 40px;font-size: 9px;display: block;}
}

@media screen and (min-width: 992px)  {
   footer{height: 212px;}
   footer div img.logo-mobriarte{margin-left: 0;}
   footer address div:nth-child(1){float: left;text-align: left;margin-left: 22px;}
   footer address div:nth-child(2){float: right;text-align: right;margin-right: 22px;}
   footer span.copyright{margin-top: 40px;font-size: 9px;display: block;}
}

@media screen and (min-width: 1170px)  {
    
}