/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 03 2026 | 11:07:47 */
/* === iWINDS MULTISITIO: estilos minimos (megamenu nativo de ElementsKit) === */

.iw-flag-done {
    display: inline-block;
    font-size: 1.15em;
    line-height: 1;
    vertical-align: middle;
}

/* sin subrayado ni decoracion en el trigger de bandera */
a .iw-flag-done {
    text-decoration: none;
}


/* Nombre del pais: oculto en desktop, visible en tablet/mobile */
.iw-country-name { display: none; }
@media (max-width: 1024px) {
    .iw-country-name { 
		display: inline;
		padding-left: 10px;
	}
}
