/* Oculta medios de pago del footer, logo y claim.
   Archivo: 11-footer-pagos-claim.css
*/

.footer-payment-methods, .payment-methods, .js-payment-methods, [class*="payment-method"], [class*="medios-de-pago"], [class*="payment_method"], .footer-payments, .site-footer .payment, footer .payment, footer [class*="payment"], footer [class*="pago"] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	max-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

footer .footer-logo, footer .footer-logo-container, footer .footer-brand, footer [class*="footer-logo"], footer [class*="brand"] {
	width: auto !important;
	max-width: 130px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

footer .footer-logo img, footer .footer-logo-container img, footer .footer-brand img, footer [class*="footer-logo"] img, footer [class*="brand"] img, footer img[alt*="Daiam"], footer img[alt*="daiam"], footer img[src*="daiam"], footer img[src*="logo"] {
	display: block !important;
	width: 130px !important;
	max-width: 130px !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 auto !important;
	object-fit: contain !important;
}

.daiam-footer-claim {
	display: block !important;
	width: 100vw !important;
	white-space: nowrap !important;
	overflow: visible !important;
	font-size: 10px !important;
	line-height: 1.2 !important;
	text-align: center !important;
	position: relative !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	margin-top: 4px !important;
	margin-bottom: 0 !important;
}
