/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2026 | 03:49:39 */
.menu-inferior{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -0.02em;
	text-align: right;
	vertical-align: middle;
}

a{
	text-decoration: none !important;
}

.clamp-p{
	font-size: clamp(12px, calc(12px + (14 - 12) * ((100vw - 320px) / (1280 - 320))), 14px) !important;
} 

/* Alinea ícono arriba y deja que el texto tome el espacio disponible */
.wp-container-core-group-is-layout-66d86432 {
    align-items: flex-start;
}

.wp-container-core-group-is-layout-66d86432 .clamp-p {
    min-width: 0;
    flex: 1;
    overflow-wrap: anywhere;
    word-break: normal;
}