/* Ocultamos el widget nativo: usamos botones propios */
#google_translate_element { display: none; }

/* Estado activo para EN/ES */
#lang-switch .lang-btn.active{
  background:#14B8A6;
  color:#fff;
}

/* Reset mínimo */
*{ box-sizing:border-box; }
