/* ========================================================================== */
/* CÓDIGO 30 — FOOTER DE ASTRA MULTIDIOMA                                    */
/* ========================================================================== */

.site-footer .raco-footer30-block {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
}

.site-footer .raco-footer30-block--centered {
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.site-footer .raco-footer30-title {
	line-height: 1.25;
}

.site-footer .raco-footer30-link {
	color: #019aa3;
	font-weight: 700;
}

.site-footer .raco-footer30-link:hover,
.site-footer .raco-footer30-link:focus {
	color: #01717a;
}

.site-footer .raco-footer30-link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.site-footer .raco-footer30-copyright {
	margin: 0;
	color: #ffffff;
}

@media (max-width: 768px) {
	.site-footer .site-footer-section,
	.site-footer .site-footer-primary-section-1,
	.site-footer .site-footer-primary-section-2,
	.site-footer .site-footer-primary-section-3 {
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
	}

	.site-footer .raco-footer30-block {
		display: table;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}

	.site-footer .raco-footer30-title {
		display: block;
		margin-bottom: 4px;
		text-align: center;
	}

	.site-footer .raco-footer30-title + br {
		display: none;
	}

	.site-footer .site-footer-primary-section-3 .ast-footer-social-wrap,
	.site-footer .site-footer-primary-section-3 .footer-social-inner-wrap,
	.site-footer .site-footer-section-3 .ast-footer-social-wrap,
	.site-footer .site-footer-section-3 .footer-social-inner-wrap {
		align-items: center !important;
		justify-content: center !important;
		margin-right: auto !important;
		margin-left: auto !important;
		text-align: center !important;
	}
}

